knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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 released version of fragr from CRAN with:
install.packages("fragr")
--> You can install the development version from GitHub with:
# install.packages("devtools") devtools::install_github("eric-hunt/fragr")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.