getCellBaseResourceHelp: getCellBaseResourceHelp

Description Usage Arguments Details Value Examples

View source: R/commons.R

Description

A function to get help about available cellbase resources

Usage

1
getCellBaseResourceHelp(object, subcategory)

Arguments

object

a cellBase class object

subcategory

a character the subcategory to be queried

Details

This function retrieves available resources for each generic method like getGene, getRegion, getprotein, etc. It help the user see all possible resources to use with the getGeneric methods

Value

character vector of the available resources to that particular subcategory

Examples

1
2
3
4
5
6
7
cb <- CellBaseR()
# Get help about what resources are available to the getGene method
getCellBaseResourceHelp(cb, subcategory="gene")
# Get help about what resources are available to the getRegion method
getCellBaseResourceHelp(cb, subcategory="region")
# Get help about what resources are available to the getXref method
getCellBaseResourceHelp(cb, subcategory="id")

cellbaseR documentation built on Nov. 8, 2020, 5:38 p.m.