-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 855 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: blotIt3
Type: Package
Title: Software set for alignment of biological replicate data
Version: 0.1.0
Authors@R:
c(
person("Severin", "Bang", role = c("aut", "cre"),
email = "severin.bang@physik.uni-freiburg.de", comment = c(ORCID = "0000-0002-3016-7026"))
)
Description: A framework for scaling biological replicate data e.g. from
quantitative immunublotting. Scaling factors taking e.g. gel-to-gel
differences into account are determined by optimization of a respective
objective function. Also provided are functions for hypothesis testing.
License: GPL-3
Depends:
utils,
MASS,
data.table,
ggplot2,
rootSolve,
trust
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: False
biocViews: Alignment, SystemsBiology, DataImport, TimeCourse
RoxygenNote: 7.1.1