sampleLabel {CePa} | R Documentation |
Generate data structure of sample labels
Description
Generate data structure of sample labels
Usage
sampleLabel(label, treatment, control)
Arguments
label |
sample label vector |
treatment |
treatment label |
control |
control label |
Details
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.
Value
A sampleLabel
class object
Author(s)
Zuguang Gu <z.gu@dkfz.de>
Examples
sampleLabel(c("A", "B", "B", "A", "A", "A", "B", "B"), treatment = "A", control = "B")
[Package CePa version 0.8.0 Index]