bb_make_ape_transcript | R Documentation |
This function takes a specific ensembl transcript identifier, such as ENST00000348343.11, and gets the cDNA sequence from the corresponding transcriptomic reference. This is returned as an Ape object with the UTR's and the CDS annotated as features.
bb_make_ape_transcript(query, transcriptome = c("hg38", "GRCz11"))
query |
A specific ensembl transcript identifier. |
transcriptome |
Genome/transcriptome reference to use, Default: c("hg38", "GRCz11") |
DETAILS
OUTPUT_DESCRIPTION
TxDb.Hsapiens.UCSC.hg38.knownGene
BSgenome.Hsapiens.UCSC.hg38
org.Hs.eg.db
character(0)
BSgenome.Drerio.UCSC.danRer11
org.Dr.eg.db
cli_abort
matchPattern
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.