sampleLabel: Generate data structure of sample labels

Description Usage Arguments Details Value Author(s) Examples

Description

Generate data structure of sample labels

Usage

1
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

1
sampleLabel(c("A", "B", "B", "A", "A", "A", "B", "B"), treatment = "A", control = "B")

jokergoo/CePa documentation built on July 2, 2021, 10:28 p.m.