Description Usage Arguments Details Value Examples
A function to get help about available cellbase resources
1 | getCellBaseResourceHelp(object, subcategory)
|
object |
a cellBase class object |
subcategory |
a character the subcategory to be queried |
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
character vector of the available resources to that particular subcategory
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.