getPermSpaceByType | R Documentation |
This function can return 5'UTR/CDS/3'UTR/mRNA/full part of transcriptome regions, following the format required by the main permutation test functions.
getPermSpaceByType(txdb, type = "mature")
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.
getPermSpaceByTxID
, getPermSpaceByFeatures
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.