![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to extract multi-mapped reads by samtools? | mavishou | RNA Sequencing | 5 | 12-05-2016 06:27 AM |
BWA MEM - which reads were mapped by mate-pair rescue? | Flo1000 | Bioinformatics | 4 | 09-09-2014 09:01 AM |
Samtools: Mapped reads and unmapped reads | shadow19c | Bioinformatics | 1 | 09-27-2013 02:57 AM |
Reads not mapped in proper pair: Bowtie output | RGP | Bioinformatics | 4 | 12-14-2011 07:21 AM |
Paired-end reads mapped 50% while each pair reads mapped 80% | zack80.liu | Bioinformatics | 3 | 03-03-2011 02:06 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Junior Member
Location: Adelaide Join Date: Sep 2017
Posts: 1
|
![]()
Hey, I am new to bioinformatics. I get stuck on the question How many reads were mapped as a pair.
I have created a .bam file that only contains mapped reads. Then, I need to figure out three questions. How many reads were mapped? How many reads were mapped as a pair? How many reads were mapped as a "proper" pair? I can solve the 1st and 3rd question, but I am confusing about the 2nd question. After searching on google, I have found the following code: samtools view -F 0x40 filename.bam | cut -f1 | sort | uniq | wc -l samtools view -f 0x40 -F 0x4 filename.bam | cut -f1 | sort | uniq | wc -l #left mate samtools view -f 0x80 -F 0x4 filename.bam | cut -f1 | sort | uniq | wc -l #right mate source from :https://gist.github.com/davfre/8596159 I don't sure it works or not. Can anyone help me? Also, I need to find the Arabidopsis thaliana gene that associated to AT3G13276 and identify how many inserts mapped to that region. Does this need to use IGV to solve it? Thanks. |
![]() |
![]() |
![]() |
Tags |
bioinformatics question, igv, samtools |
Thread Tools | |
|
|