getStopCodon | R Documentation |
Get stop codon regions for input transcripts. This is an example of customPick function.
getStopCodon(trans_ids, txdb, ...)
trans_ids |
A character object containing transcript ids. |
txdb |
A TxDb object. |
... |
Any additional parameters needed. |
A numeric
object.
library(TxDb.Hsapiens.UCSC.hg19.knownGene)
txdb <- TxDb.Hsapiens.UCSC.hg19.knownGene
trans.ids <- c("170", "782", "974", "1364", "1387")
RS2 <- getStopCodon(trans.ids, txdb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.