-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
36 lines (36 loc) · 1007 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
29
30
31
32
33
34
35
36
Package: quantable
Type: Package
Title: Streamline Descriptive Analysis of Quantitative Data Matrices
Version: 0.3.8
Date: 2018-04-14
Author: Witold Wolski <wewolski@gmail.com>
Maintainer: Witold Wolski <wewolski@gmail.com>
Depends: R (>= 3.1.0)
Description: Methods which streamline the descriptive analysis of quantitative
matrices. Matrix columns are samples while rows are features i.e. proteins, genes.
Includes methods for visualization (e.g. Heatmaps, Volcanos, pairwise QQ, Bland-Altman plot),
summary statistics (e.g. CV), data normalization methods (e.g. robustscale). Read function for Progenesis.
License: GPL-3
LazyData: TRUE
Imports:
Matrix,
RColorBrewer,
dplyr,
ggplot2,
ggrepel,
gplots,
readr,
reshape2,
rlang,
plyr,
pROC,
scales,
stringr,
tibble,
tidyr,
tidyverse,
heatmap3
URL: https://github.com/protViz/quantable
BugReports: https://github.com/protViz/quantable/issues
Repository: CRAN
RoxygenNote: 6.1.1