sampleLabel: Generate data structure of sample labels

sampleLabelR 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")

CePa documentation built on June 12, 2022, 1:05 a.m.