asBCdat {genBaRcode}R Documentation

Data Type Conversion

Description

Converts a data.frame into a BCdat object.

Usage

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

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.

Value

a BCdat object.


[Package genBaRcode version 1.2.7 Index]