-
Notifications
You must be signed in to change notification settings - Fork 0
Reporting Methods
Sebastian Benjamin edited this page Sep 7, 2021
·
1 revision
There are several algorithms that can be run post-alignment to further process the results.
Method name: minPct
minPct
sums all the scores from any read group containing a given read R
. If this fraction is less than a parameter pct
, we drop R
from all read groups. pct
defaults to 0.01
.
Method name: minCount
minCount
sums all the scores from any read group containing a given read R
. If this sum is less than a parameter count
, we drop R
from all read groups. count
defaults to 5
.