getProteinInfo {cellbaseR}R Documentation

getProteinInfo

Description

A convienice method to fetch annotations for specific protein/s

Usage

getProteinInfo(object, id, param = NULL)

Arguments

object

an object of class CellBaseR

id

a charcter vector of Uniprot Ids

param

an object of class CellBaseParam

Value

a dataframe of the query result

Examples

cb <- CellBaseR()
res <- getProteinInfo(cb, "O15350")

[Package cellbaseR version 1.18.0 Index]