Description Usage Arguments Value Author(s) Examples
Calculates transcript density for transcripts which overlaps with annotations. For 'combined' or 'broken up' errors, best overlapped transcripts or annotations are used.
| 1 | getTxDensity(tx, annox, plot = FALSE, scale = 1000L, BPPARAM = bpparam())
 | 
| tx | GRanges of transcripts. | 
| annox | GRanges of non-overlapping annotations. | 
| plot | Logical. If TRUE, plot transcript density. Default: FALSE | 
| scale | Numeric. Scaled size of a gene for transcript density calculation. Default: 1000L | 
| BPPARAM | Registered backend for BiocParallel. Default: BiocParallel::bpparam() | 
Returns a list of FTD, TTD, PostTTS, and TUA.
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.