powered by
Generate data structure of sample labels
sampleLabel(label, treatment, control)
A sampleLabel class object
sampleLabel
sample label vector
treatment label
control label
Zuguang Gu <z.gu@dkfz.de>
Since sample label will not be modified in the analysis, this function is used to integrate all the label information in one single data object.
sampleLabel(c("A", "B", "B", "A", "A", "A", "B", "B"), treatment = "A", control = "B")
Run the code above in your browser using DataLab