Description Usage Arguments Details Value Author(s) Examples
Generate data structure of sample labels
| 1 | 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>
| 1 | 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.