-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
20 lines (20 loc) · 1.11 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: bioanalyzeR
Title: Analysis of Agilent electrophoresis data
Version: 0.10.1
Authors@R:
person(given = "Joseph",
family = "Foley",
role = c("aut", "cre"),
email = "joe@jwfoley.com",
comment = c(ORCID = "0000-0002-1579-5286"))
Description: This package reads raw data and metadata from Agilent automated electrophoresis systems (Bioanalyzer, TapeStation, Fragment Analyzer, ZAG DNA Analyzer, Femto Pulse) into R-friendly data frames. It estimates concentration and molarity for all possible data points. Pre-defined plotting functions use ggplot2 to create attractive graphs of the raw data, as well as the estimated molecule length and molarity, and overlay the peaks and regions of interest reported by the Agilent software. Additional functions streamline common operations like calculating the total concentration or molarity within a region or the molar ratio between two regions.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: XML, base64enc, plyr, ggplot2
Suggests:
argparse,
knitr,
rmarkdown
RoxygenNote: 7.2.0
VignetteBuilder: knitr