scan: Scan to identify structurally variable regions (SVRs)

View source: R/scan.R

scanR Documentation

Scan to identify structurally variable regions (SVRs)

Description

This function detects structurally variable regions in nucleotide resolution and controls family-wise error rate.

Usage

scan(r, seed, alpha = 0.05, N = 1000, ncores = "auto")

Arguments

r

Initialized reactivity from init or normalized reactivity from normalize.

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.

Value

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.


yub18/DESSERT documentation built on Nov. 5, 2024, 2:36 a.m.