Make and load exam data
load_exam_data.Rd
This function generates data based on a student number and loads it in the users environment.
Value
Invisibly returns `TRUE`. Used for its side effect to load an object of class `MSnSet` in the user's global environment.
Examples
load_exam_data("0123")
#> The 'x0123' data is now available in your working environment.
x0123
#> MSnSet (storageMode: lockedEnvironment)
#> assayData: 6438 features, 18 samples
#> element names: exprs
#> protocolData: none
#> phenoData
#> sampleNames: sample_1 sample_2 ... sample_18 (18 total)
#> varLabels: sample groups
#> varMetadata: labelDescription
#> featureData
#> featureNames: gene_1 gene_2 ... gene_6438 (6438 total)
#> fvarLabels: genes p.value
#> fvarMetadata: labelDescription
#> experimentData: use 'experimentData(object)'
#> Annotation:
#> - - - Processing information - - -
#> MSnbase version: 2.30.1