Convert tagAlign file to bigBed / bigWig
1
0
Entering edit mode
9.1 years ago
senasplage ▴ 20

Hi,

I have a bunch of tagAlign files from the Roadmap epigenome, and I would like to convert them into bigBed anr/or bigWig.

I never used tagAlign files before. Does anyone knows how to handle those format? Is there any tool out there to convert them into common formats?

Thanks

tagAlign bigBed bigWig • 4.1k views
ADD COMMENT
0
Entering edit mode

Trying this at the moment:

bedtools genomecov -i $file.tagAlign -bg  -g $hg19.genome > $filename.bedGraph
bedGraphToBigWig $filename.bedGraph  $hg19.genome    $filename.bw
ADD REPLY
0
Entering edit mode
9.1 years ago
senasplage ▴ 20

FYI This seems to work:

bedtools genomecov -i $file.tagAlign -bg  -g $hg19.genome > $filename.bedGraph
bedGraphToBigWig $filename.bedGraph  $hg19.genome    $filename.bw
ADD COMMENT

Login before adding your answer.

Traffic: 2329 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6