compare_bws | R Documentation |
Compare two bigWig input files
compare_bws( SCAR_obj, outdir = getwd(), comp_op = NA, bin_size = 1, skip_zeros = TRUE, skip_non_covered = FALSE, scale_factors = NA, out_type = NA, roi = NA )
SCAR_obj |
SCAR object. |
outdir |
Output directory.' |
comp_op |
Operation for bamCompare |
bin_size |
Bin size for coverage summary. |
skip_zeros |
Skip bins where both files have 0 coverage, TRUE/FALSE |
skip_non_covered |
Should regions without coverage be skipped. |
scale_factors |
Takes a named vector, with the name being the sample name, and the value being the scale factor. |
out_type |
Output file format, bedgraph or bigwig |
roi |
A specific region of interest to limit the process to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.