View source: R/SourceDataFunctions.R
getRaMPAnalyteIntersections | R Documentation |
Retrieve RaMP Analyte Source Intersections, these indicate the level of analyte overlaps between our sources
getRaMPAnalyteIntersections(
db = RaMP(),
analyteType = "metabolites",
format = "json",
scope = "mapped-to-pathway"
)
analyteType |
returns analyte overlaps for 'metabolites' or 'genes' |
format |
can be one of either 'json', 'upsetR_expression' |
scope |
value in c('global', 'mapped-to-pathway'), indicates all metabolite stats should be returned, or just those asssociated with pathways. |
current analyte overlaps counts between current data sources, for the specified analyteType
## Not run:
pkg.globals <- setConnectionToRaMP(dbname="ramp2",username="root",conpass="",host = "localhost")
jsonResult <- getRaMPAnalyteIntersections(analyteType='genes', format='json')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.