View source: R/main_splinter.R
eventOutcomeTranslate | R Documentation |
translates sequences, reports if NMD or NTC
eventOutcomeTranslate(
seq1,
genome,
direction = FALSE,
fullseq = TRUE,
verbose = FALSE
)
seq1 |
GRangesList |
genome |
BSGenome object |
direction |
logical. Report direction of sequence change. |
fullseq |
logical. Output full AA sequence. |
verbose |
logical. turn messages on/off. |
list of translated sequences
Diana LOW
suppressMessages(library(BSgenome.Mmusculus.UCSC.mm9))
bsgenome<-BSgenome.Mmusculus.UCSC.mm9
translation_results<-eventOutcomeTranslate(compatible_cds,genome=bsgenome,
direction=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.