producing suited input for IGV by BEDTOOLS toolkit
1
0
Entering edit mode
9.4 years ago

Hello all

I aligned some of read to reference genome by bowtie2 and created sam file, now may someone please describe for me step by step that how I can produce an output that is suited as an input file for the Genome browser or IGV visualising tools using BEDTOOLS toolkit

Thanks

next-gen • 2.6k views
ADD COMMENT
0
Entering edit mode
9.4 years ago

IGV should be able to read the sam format directly. In alternative you can convert it to bam using:

samtools view -Sb  <myfile.sam>  >  <myfile.bam>
ADD COMMENT
0
Entering edit mode

Thank you

I already converted sam to bam but my supervisor exactly asked me "select the needed program from the BEDTOOLS toolkit and try to produce an output that is suited as an input file for the Genome browser or IGV visualising tools"

I mean how I can view the generated output by IGV while even I don know how to launch IGV itself?

ADD REPLY
1
Entering edit mode

I recommend you to read IGV's instructions on the broad website. There are also some excellent video tutorials in youtube on launching and using IGV.

ADD REPLY
0
Entering edit mode

Thank you

I'm trying to understand

ADD REPLY

Login before adding your answer.

Traffic: 1921 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