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.
Usage
bb_make_ape_transcript(query, transcriptome = c("hg38", "GRCz11"))
Examples
if (FALSE) { # \dontrun{
if(interactive()){
#EXAMPLE1
}
} # }