Get all samples id for a selected sampleSet

get_samples_by_sampleSet(
  compendium = "vespucci",
  normalization = "tpm",
  sampleSet_In = NULL
)

Arguments

compendium

A string - the selected compendium

normalization

A string - 'tpm' (as default), 'limma' or 'legacy'

sampleSet_In

A string - a character vector of sampleSet ids

Value

A data.frame with three columns: sampleId, sampleName, sampleDescription

Examples

if (FALSE) { get_samples_by_sampleSet(sampleSet_In = c("U2FtcGxlU2V0VHlwZTo1Njg3","U2FtcGxlU2V0VHlwZTo1Njg4", "U2FtcGxlU2V0VHlwZTo1Njg5"), normalization = "limma") }