print.rapimaveExperiment: Print R-API MaveDB Experiment

Description Usage Arguments Examples

View source: R/rapimave.R

Description

Prints a human-readable summary of a R-API MaveDB Experiment object:

Usage

1
2
## S3 method for class 'rapimaveExperiment'
print(obj)

Arguments

obj

the Experiment object to print

Examples

1
2
3
4
5
## Not run: 
mave <- new.rapimave()
print(mave$getExperiment("urn:mavedb:00000001-a"))

## End(Not run)

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