get_samples_by_sampleSet: Get all samples id for a selected sampleSet

Description Usage Arguments Value Examples

View source: R/queries.R

Description

Get all samples id for a selected sampleSet

Usage

1
2
3
4
5
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

1
2
3
4
5
## Not run: 
get_samples_by_sampleSet(sampleSet_In = c("U2FtcGxlU2V0VHlwZTo1Njg3","U2FtcGxlU2V0VHlwZTo1Njg4",
 "U2FtcGxlU2V0VHlwZTo1Njg5"), normalization = "limma")

## End(Not run)

onertipaday/rcompass documentation built on Sept. 18, 2021, 5:13 p.m.