check https://broadinstitute.github.io/picard/explain-flags.html to choose a proper flag
• 0 views
•
link
Hi
I want to count reads in defined intervals using multiBamSummary from deepTools. I want to count reads only on the reverse strand. Will --samFlagInclude 16 work? And when I want to count reads on the forward strand will --samFlagExclude 16 work ?
Yes, --samFlagExclude 16 will exclude reads in the reverse strand, you need --samFlagInclude 16 (primary hits, reverse strand) or some combination for the flags
check https://broadinstitute.github.io/picard/explain-flags.html to choose a proper flag
Log in to answer this question.