getGeneInfo {cellbaseR} | R Documentation |
A convienice method to fetch gene annotations specific gene/s
getGeneInfo(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 <- getGeneInfo(cb, "TET1")