Description Usage Arguments Details Value Author(s) Examples
Calculates transcript density for transcripts which overlapps with annotations. For 'run genes together' or 'broken up a single annotation' errors, best overlapped transcripts or annotations are used.
1 2 | getTxDensity(tx, annox, plot = TRUE, scale = 1000L, nSampling = 0L,
samplingRatio = 0.1, ...)
|
tx |
GRanges of transcripts. |
annox |
GRanges of non-overlapping annotatoins. |
plot |
Logical. If TRUE, plot transcript density. Default: TRUE |
scale |
Numeric. Scaled size of a gene for transcript density calculation. Default: 1000L |
nSampling |
Numeric. Number of subsampling. Default: 0L |
samplingRatio |
Numeric. Ratio of sampling for annotations. Default: 0.1 |
... |
Extra argument passed to mclapply. |
Supports parallel processing using mclapply in the 'parallel' package. To change the number of processors set the option 'mc.cores'.
Returns a list of FTD, TTD, PostTTS, and AUC.
Minho Chae
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.