forked from ivabudimir/visProteomics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
17 lines (17 loc) · 890 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Package: visProteomics
Title: Exploration and visualization of proteomics data
Version: 0.1
Authors@R: c(person("Iva", "Budimir", email = "[email protected]", role = c("aut", "cre")),
person("Frania Zu\u00F1iga", "Ba\u00F1uelos" ,email = "[email protected]", role="dtc"),
person("IMforFUTURE", role="fnd"))
Description: Tools for exploration and visualization of proteomics data sets obtained with the process of fractionized sampling.
The main purpose of the package is to compare proteins detected in different fractions. To achieve this, package provides functions
for plotting the fractionized samples and functions which create descriptive data frames.
Depends: R (>= 3.5.0)
Imports: ggplot2, viridis
Suggests: eulerr, knitr, rmarkdown
License: GPL-3
LazyData: true
VignetteBuilder: knitr, rmarkdown
Encoding: UTF-8
RoxygenNote: 7.1.1.9000