new.scoreSet: New R-API MaveDB ScoreSet

Description Usage Details Value Examples

View source: R/rapimave.R

Description

Internal constructor that creates an immutable new ScoreSet object. This function is not exported and should not be called outside of the rapimave package itself. ScoreSet objects are generated by the getAllScoreSets() and getScoreSet() 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 ScoreSet object offers the following getter functions:

Value

a new R-API MaveDB ScoreSet object.

Examples

1
2
3
4
5
6
## Not run: 
mave <- new.rapimave()
set1 <- mave$getScoreSet("urn:mavedb:00000001-a-1")
scoreColNames <- set1$getScoreColumns()

## End(Not run)

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