Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

prepareDatObject

Data Object Preparation


Description

generates BCdat object after barcode backbone identification.

Usage

prepareDatObject(dat, results_dir, label, bc_backbone, min_reads, save_it)

Arguments

dat

a tbl_df object (e.g. created by dplyr::count)

results_dir

a character string which contains the path to the results directory.

label

a character string which serves as a label for every kind of created output file.

bc_backbone

a character string describing the barcode design, variable positions have to be marked with the letter 'N'.

min_reads

positive integer value, all extracted barcode sequences with a read count smaller than min_reads will be excluded from the results

save_it

a logical value. If TRUE, the raw data will be saved as a csv-file.

Value

a BCdat object.


genBaRcode

Analysis and Visualization Tools for Genetic Barcode Data

v1.2.4
LGPL
Authors
Lars Thielecke <lars.thielecke@tu-dresden.de>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.