getTranscriptByGene | R Documentation |
A convienice method to fetch transcripts for specific gene/s
getTranscriptByGene(object, id, param = NULL)
object |
an object of class CellBaseR |
id |
a charcter vector of HUGO symbol (gene names) |
param |
an object of class CellBaseParam |
a dataframe of the query result
cb <- CellBaseR()
res <- getTranscriptByGene(cb, "TET1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.