getGeneInfo {cellbaseR}R Documentation

getGeneInfo

Description

A convienice method to fetch gene annotations specific gene/s

Usage

getGeneInfo(object, id, param = NULL)

Arguments

object

an object of class CellBaseR

id

a charcter vector of HUGO symbol (gene names)

param

an object of class CellBaseParam

Value

a dataframe of the query result

Examples

cb <- CellBaseR()
res <- getGeneInfo(cb, "TET1")

[Package cellbaseR version 1.8.1 Index]