readBCdat: Data Input

View source: R/helper_functions.R

readBCdatR Documentation

Data Input

Description

Reads a data table (csv-file) and returns a BCdat objects.

Usage

readBCdat(path, label = "", BC_backbone = "", file_name, s = ";")

Arguments

path

a character string containing the path to a saved read count table (two columns containing read counts and barcode sequences).

label

a character string containing a label of the data set.

BC_backbone

a character string containing the barcode structure information.

file_name

a character string containing the name of the file to read in.

s

a character value, identifying the column separating char.

Value

a BCdat object.


genBaRcode documentation built on June 24, 2024, 5:15 p.m.