View source: R/19.get_regionCov.R
get_regionCov | R Documentation |
Get coverage for 3' UTR and last CDS regions on a single chromosome
get_regionCov(
chr.utr3,
sqlite_db,
outdir = getInPASOutputDirectory(),
phmm = FALSE,
min.length.diff = 200
)
chr.utr3 |
An object of GenomicRanges::GRanges, one element of an output of |
sqlite_db |
A path to the SQLite database for InPAS, i.e. the output of
|
outdir |
A character(1) vector, a path with write permission for storing InPAS analysis results. If it doesn't exist, it will be created. |
phmm |
A logical(1) vector, indicating whether data should be prepared for singleSample analysis? By default, FALSE |
min.length.diff |
An integer(1) vector, specifying minimal length difference between proximal and distal APA sites which should be met to be considered for differential APA analysis. Default is 200 bp. |
coverage view in GRanges
Jianhong Ou, Haibo Liu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.