getPrefixesFromAnalytes | R Documentation |
Query to retrieve database ID prefixes for analyte types
getPrefixesFromAnalytes(analyteType = "gene", db = RaMP())
analyteType |
value to indicate the desired analyte type. Value one of 'gene' or 'metabolite' |
db |
a RaMP database object, if not specified a new one is created with RaMP::RaMP() |
Returns list of database ID prefixes for selected 'gene' or 'metabolite'
## Not run:
metabprefixes <- getPrefixesFromAnalytes( "metabolite", db = rampDB )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.