What is the samtools flag used in bamPEFragment?
0
0
Entering edit mode
20 days ago
Soohyun • 0

I want to know samtools flag used in bamPEFragment.

deeptools • 345 views
ADD COMMENT
0
Entering edit mode

what is bamPEFragment ?

ADD REPLY
0
Entering edit mode
ADD REPLY
0
Entering edit mode

Select read in bamPEFragment using the conditions below. What is the flag in samtools for the conditions below?

reads = np.array([(abs(r.template_length), r.infer_query_length(always=False))
                          for r in bam.fetch(chrom, start, end)
                          if r.is_proper_pair and r.is_read1 and not r.is_unmapped])
ADD REPLY
0
Entering edit mode

Flag is probably 66. You can find the SAM/BAM flags by using this helpful page: https://broadinstitute.github.io/picard/explain-flags.html

ADD REPLY

Login before adding your answer.

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