-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
52 lines (52 loc) · 1.09 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: nanny
Type: Package
Title: High-Level Data Analysis and Manipulation in 'tidyverse' Style
Version: 0.2.0
Authors@R:
person(given = "Stefano",
family = "Mangiola",
role = c("aut", "cre"),
email = "[email protected]")
Maintainer: Stefano Mangiola <[email protected]>
Description:
Includes wrapper functions for the main high-level data analysis and manipulations,
such as cluster, dimensionality reduction, redundancy elimination, identify variable elements.
It operates on tidy data frames with element, feature and value column.
License: GPL-3
Depends:
R (>= 3.6.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
lifecycle,
magrittr,
tibble,
dplyr,
tidyselect,
purrr,
rlang,
tidyr,
methods,
lme4,
stats,
utils,
knitr,
widyr,
Rtsne,
gtools,
graphics
RdMacros: lifecycle
Suggests:
testthat,
Seurat,
limma,
vctrs,
GGally,
ggplot2,
tidygate,
dbscan
VignetteBuilder:
knitr
Biarch: true
biocViews: AssayDomain, Infrastructure