scan | R Documentation |
This function detects structurally variable regions in nucleotide resolution and controls family-wise error rate.
scan(r, seed, alpha = 0.05, N = 1000, ncores = "auto")
r |
Initialized reactivity from |
seed |
Random seed for reproducible results. |
alpha |
Significance level. |
N |
Number of replications in Monte Carlo sampling. |
ncores |
Number of cores to use for parallel computation. Automatically determined by default. |
A list with each element corresponding to a transcript. svr
is
SVRs with significance score P
. scan
includes the start and stop positions
of all scanned segments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.