getProteinInfo {cellbaseR} | R Documentation |
A convienice method to fetch annotations for specific protein/s
getProteinInfo(object, id, param = NULL)
object |
an object of class CellBaseR |
id |
a charcter vector of Uniprot Ids |
param |
an object of class CellBaseParam |
a dataframe of the query result
cb <- CellBaseR() res <- getProteinInfo(cb, "O15350")