| getPermSpaceByFeatures | R Documentation |
This function returns a default permutation space for features with isoform ambiguity. The default permutation space of a feature is the aggregate of the multiple transcripts it may overlap with. It requires the input feature to be GRanges format.
getPermSpaceByFeatures(features, txdb, type = "mature")
features |
A |
txdb |
A TxDb object. |
type |
A character object. Default is "mature". It accepts options "mature", "full", "fiveUTR", "CDS" or "threeUTR", with which one can get corresponding types of regions over transcriptome. |
A list object, which contains two elements.
perm.space: A GRangesList object that includes all the transcripts input features may overlap with.
index: It contains a series of numbers indicating which feature these transcripts are respectively associated with.
getPermSpaceByTxID, getPermSpaceByType
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.