Need help : Coordinates for my RNA seq. reads corresponding to the reference genome
Hello everyone, this is my problem:
I have done bowtie2 for my RNA seq data and it was successfully run and got the output file in SAM format . but how can i get the coordinates for my RNA seq data corresponding to the reference sequence .Simply, i want to know the start and end position for my reads against the reference genome.
Thanks in Advance !!
• 2,382 views
•
link
2 answers
Thank you so much :)
• 1 views
•
link
Log in to answer this question.
Why do you want to know that? While you can convert to BED format to get that in a text file, it's already encoded in the BAM/SAM file. What is your end goal?