ifs_score | R Documentation |
Calculate raw IFS scores from coverage and fragment length, and do the mappability filtering.
ifs_score(
fragment_data,
interval = NULL,
chrom = NULL,
window_size = 200L,
step_size = 20L,
gc_correct = TRUE,
blacklist_region = NULL,
high_mappability_region = NULL,
min_mapq = 30L,
min_fraglen = 50L,
max_fraglen = 1000L,
exclude_soft_clipping = FALSE
)
fragment_data |
A |
interval |
Intervals against which IFS scores should be calculated |
chrom |
Calculate IFS scores for certain chromosomes. If |
window_size |
Width of the sliding window. Must be multiples of
|
step_size |
Incremental steps of the sliding window. |
gc_correct |
Logical value. Whether to perform GC correction. If |
blacklist_region |
Those fragments whose midpoint fall within any of the
excluded regions will not be used in the analysis. |
high_mappability_region |
Regions with high mappability scores. Only the
windows within such regions with be used in the analysis. Must be a
|
min_mapq |
Exclude fragments whose |
min_fraglen |
Exclude fragments shorter than |
max_fraglen |
Exclude fragments longer than |
exclude_soft_clipping |
For fragments with leading soft clipping, their
inferred lengths are less reliable. If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.