init | R Documentation |
Initialize with optional quality control.
init(r, qc_ctrl = FALSE, ncores = "auto")
r |
A list of reactivities of two conditions. |
qc_ctrl |
Quality control settings. See "Details". |
ncores |
Number of cores for parallel computation. Automatically determined by default. |
Set qc_ctrl = FALSE
to skip QC. Otherwise, qc_ctrl
should be a list
with components n_trim_tail
and bad_sites
. n_trim_tail
nucleotide
positions in the tail of each transcript will be trimmed. Nucleotide positions in
bad_sites
will be removed.
Transcripts are cut into segments with length not exceeding 100 nt.
Initialized reactivities.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.