This is an R package for analyzing barseq data. It works with data generated by barnone
and bartender
to load in R:
library(devtools)
install_github("GreshamLab/bartools", build_vignettes = TRUE)
help(package = 'bartools', help_type = 'html')
info below to be deleted after incorporated into documentation
Your files should be text flat files, then with a sample sheet. There's two formats we're aiming to support. Both require a sample sheet of the format
File_path,Sample,...
This is your old school Barseq format. Give me a sample sheet that points at your file and gives me the SampleNames you actually want. It'll give you a big tibble.
This is that bartender output. It'll handle one or multiple samples per file. Give me a sample sheet that points at your file and gives me the SampleNames you actually want. It'll give you a big tibble.