Description Usage Arguments Value Author(s) Examples
Combines transcripts that are within the same gene annotation, combining smaller transcripts for genes with low regulation into a single transcript representing the gene.
1 2 | combineTranscripts(tx, annox, geneSize = 1000, threshold = 0.8,
plot = FALSE)
|
tx |
GRanges of transcripts. |
annox |
GRanges of non-overlapping annotations for reference. |
geneSize |
Numeric. Minimum gene size in annotations to be used as reference. Default: 1000 |
threshold |
Numeric. Ratio of overlapped region relative to transcript width. Transcripts only greater than this threshold are subjected to be combined. Default: 0.8 |
plot |
Logical. If set to TRUE, show each step in a plot. Default: FALSE |
Returns GRanges object of combined transcripts.
Minho Chae and Charles G. Danko
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.