fragr
is an R package explicitly for wrangling capillary
electrophoresis data that has been called in and exported from
PeakScanner.
read_PeakScanner()
imports csv-format PeakScanner combined table files into a listsubfix()
repairs instances where the substrate peak is called twice (or more) from shouldersprodify()
frames relative peak area in terms of product peak area onlyact_specific()
defines specific activityact_offsense()
defines all other activity on the same strandact_offanti()
for two-dye experiments, defines activity on the opposite strand
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("eric-hunt/fragr")