Description Usage Arguments Details Value Author(s) See Also
disjointExons
extracts the non-overlapping exon parts from a
TxDb object or any other supported object.
WARNING: disjointExons
is deprecated in BioC 3.13. Please use
exonicParts
instead.
1 2 3 4 5 | disjointExons(x, ...)
## S4 method for signature 'TxDb'
disjointExons(x, aggregateGenes=FALSE,
includeTranscripts=TRUE, ...)
|
x |
A TxDb object or any other supported object. |
... |
Arguments to be passed to methods. |
aggregateGenes |
For |
includeTranscripts |
For |
disjointExons
creates a GRanges of
non-overlapping exon parts with metadata columns of gene_id and exonic_part.
Exon parts that overlap more than 1 gene can be dropped with
aggregateGenes=FALSE
. When includeTranscripts=TRUE
a tx_name
metadata column is included that lists all
transcript names that overlap the exon fragment. This function
replaces prepareAnnotationForDEXSeq
in the DEXSeq
package.
A GRanges object.
disjointExons
was originally implemented by Mike Love and Alejandro
Reyes and then moved (and adapted) to GenomicFeatures by Valerie
Obenchain.
exonicParts
for an improved version of disjointExons
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.