View source: R/10.get_UTR3TotalCov.R
get_UTR3TotalCov | R Documentation |
extract 3' UTR coverage from totalCov according to the GenomicRanges::GRanges object utr3.
get_UTR3TotalCov(
chr.utr3,
chr.totalCov,
gcCompensation = NA,
mappabilityCompensation = NA,
FFT = FALSE,
fft.sm.power = 20
)
chr.utr3 |
An object of GenomicRanges::GRanges. It must be an
element of the output of |
chr.totalCov |
total coverage for each condition of a given chromosome. It
must be an output of |
mappabilityCompensation |
mappability compensation vector. Not support yet. |
FFT |
Use FFT smooth or not. |
fft.sm.power |
the cut-off frequency of FFT smooth. |
gcCompensationensation |
GC compensation vector. Not support yet. |
path to a file storing the UTR3 total coverage for a given chromosome/scaffold
Jianhong Ou
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.