You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FEATURE - If the --remove_multimapped option is not enabled, multimapped reads/fragments will be added to feature quantification using the Expectation-Maximization algorithm
DELETION - Removing --min_mapping_quality argument. All multimapped reads will be 0 or 1, so this argument seemed unnecessary.
Small optimization in creating the GenomicFeatures IntervalCollection, by parsing out just the feature types wanted from the get go instead of later on.
Removed "uniq_coords" argument from the "process_overlaps" function since it was unused.
Removed "feature" argument from the "compute_align_feat_set" function since it was unused.
Renamed 'feat_depth' keys to 'feat_counts' and 'counter' keys to 'num_alignments' to better align to proper terminology