sampleLabel | R Documentation |
Generate data structure of sample labels
sampleLabel(label, treatment, control)
label |
sample label vector |
treatment |
treatment label |
control |
control label |
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.
A sampleLabel
class object
Zuguang Gu <z.gu@dkfz.de>
sampleLabel(c("A", "B", "B", "A", "A", "A", "B", "B"), treatment = "A", control = "B")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.