readBCdat {genBaRcode} | R 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.
[Package genBaRcode version 1.2.7 Index]