Learn R Programming

genBaRcode (version 1.2.8)

asBCdat: Data Type Conversion

Description

Converts a data.frame into a BCdat object.

Usage

asBCdat(dat, label = "empty", BC_backbone = "none", resDir = getwd())

Value

a BCdat object.

Arguments

dat

a data.frame object with two columns containing read counts and barcode sequences.

label

a optional character string used as label.

BC_backbone

a optional character string, describing the barcode backbone structure.

resDir

a optional character string, identifying the path to the results directory, default is current working directory.