Description Usage Arguments Value Author(s) Examples
Runs meta gene analysis for sense and anti-sense direction.
1 2 3 | runMetaGene(features, reads, anchorType = "TSS", size = 100L,
normCounts = 1L, up = 10000L, down = NULL, sampling = FALSE,
nSampling = 1000L, samplingRatio = 0.1, BPPARAM = bpparam())
|
features |
GRanges A GRanges object representing a set of genomic coordinates, i.e., set of genes. |
reads |
GRanges of reads. |
anchorType |
Either 'TSS' or 'TTS'. Meta gene will be centered on the transcription start site(TSS) or transcription termination site(TTS). Default: TSS. |
size |
Numeric. The size of the moving window. Default: 100L |
normCounts |
Numeric. Normalization vector such as average reads. Default: 1L |
up |
Numeric. Distance upstream of each feature to align and histogram. Default: 1 kb |
down |
Numeric. Distance downstream of each feature to align and histogram. If NULL, down is same as up. Default: NULL |
sampling |
Logical. If TRUE, sub-sampling of meta gene is used. Default: FALSE |
nSampling |
Numeric. Number of sub-sampling. Default: 1000L |
samplingRatio |
Numeric. Ratio of sampling for features. Default: 0.1 |
BPPARAM |
Registered backend for BiocParallel. Default: BiocParallel::bpparam() |
A list of integer-Rle for sense and anti-sense.
Minho Chae
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.