new.experimentSet: New R-API MaveDB ExperimentSet

Description Usage Details Value Examples

View source: R/rapimave.R

Description

Internal constructor that creates an immutable new ExperimentSet object. This function is not exported and should not be called outside of the rapimave package itself. ExperimentSet objects are generated by the getAllExperimentSets() and getExperimentSet() methods of a rapimave object (which itself is generated using the new.rapimave() constructor). However, this section explains the functions that are available for these objects.

Usage

1

Details

A ExperimentSet object offers the following getter functions:

Value

a new R-API MaveDB ExperimentSet object.

Examples

1
2
3
4
5
6
## Not run: 
mave <- new.rapimave()
set1 <- mave$getExperimentSet("urn:mavedb:00000001")
expURNs <- set1$getExperiments()

## End(Not run)

jweile/rapimave documentation built on Aug. 4, 2021, 12:12 a.m.