getPermSpaceByTxID | R Documentation |
This function returns 5'UTR/CDS/3'UTR/mRNA/full part of transcriptome regions grouped by corresponding transcript ids.
getPermSpaceByTxID(trans_ids = "all", txdb, type = "mature")
trans_ids |
A character object. The transcript ids. Default is "all". If it takes the default value "all", the space that users get will be the whole transcriptome. |
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 transcriptome regions. |
A GRangesList
object.
getPermSpaceByType
, getPermSpaceByFeatures
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.