View source: R/09.get_zScoreCutoff.R
get_zScoreCutoff | R Documentation |
calculate local background z-score cutoff
get_zScoreCutoff(
background,
chr.introns,
chr.totalCov,
chr.utr3,
seqname,
z = 2
)
background |
A character(1) vector, indicating how background coverage is defined. |
chr.introns |
An object of GenomicRanges::GRanges for introns of a give chromosome/scaffold |
chr.totalCov |
total coverage for a given chromosome/scaffold, an output
from |
chr.utr3 |
An object of GenomicRanges::GRanges, an element of
the output of |
seqname |
A character(1), the name of a chromosome/scaffold |
z |
Z score cutoff value |
A named numeric vector containing local background Z-score cutoff values. The names are GRanges's name for 3' UTRs.
Jianhong Ou, Haibo Liu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.