View source: R/main_splinter.R
findTX | R Documentation |
Given an ENSEMBL id, find all transcripts that matches id
findTX(id, db, tx, valid = FALSE, verbose = FALSE)
id |
character. transcript identification (currently ENSEMBL gene names) |
db |
TxDb object |
tx |
GRangesList |
valid |
logical. check if in multiples of 3 [TRUE] for CDS translation. |
verbose |
logical. turn messages on/off. |
GRangesList
Diana Low
valid_cds <-findTX(id=splice_data$data[2,]$ID,tx=thecds,db=txdb,valid=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.