make_matrix | R Documentation |
Convert coverage file to matrix
make_matrix( SCAR_obj, outdir = getwd(), primary = "reference-point", s_n_c = NA, in_str = NA, regions = NA, peak_type = NA )
SCAR_obj |
SCAR object. |
outdir |
Output directory.' |
primary |
Main command; either 'reference-point' or 'scale-regions' |
s_n_c |
If desired, select a stored bigWig set for processing; "s" for sample, "n" for control, "c" for compare |
in_str |
A list of input strings to be converted to a bash command for computeMatrix |
regions |
A bed file defining regions to be plotted; if none entered, the peak file from peak finding will be used |
peak_type |
Peak finder used to make input peaks, 'macs' or 'seacr' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.