Entering edit mode
8.3 years ago
ebrahimiet
▴
50
Hi all, I have done mapping by CLC Genomics. How I can extract the sequences of short reads mapped to a particular gene in genome in RNA-Seq?
pysam is a great way to work with bam files if you are familiar with python. (http://bioconductor.org/packages/release/bioc/vignettes/SNPRelate/inst/doc/SNPRelateTutorial.html). You can also use samtools view to specify the region you want to extract reads from.