-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
65 lines (65 loc) · 1.41 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
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: microViz
Type: Package
Title: Visualization of Genome-Wide Expression Data
Version: 1.5.0
Maintainer: Piotr Tymoszuk <piotr.s.tymoszuk@gmail.com>
Description: Provides a medley of pre-processing, testing and plotting tools:
heat maps, Forest plots and Volcano plots, tesing and similarity analysis
tools compatible with a wide range of tabular data.
License: GPL-3
Encoding: UTF-8
LazyData: true
LazyDataCompression: bzip2
Authors@R:
person("Piotr", "Tymoszuk", , "piotr.s.tymoszuk@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0398-6034"))
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Imports:
car,
cowplot,
dplyr,
furrr,
future,
ggdendro,
ggplot2,
ggrepel,
ggwordcloud,
GOSemSim,
limma,
MASS,
purrr,
rcompanion,
Rcpp,
rlang,
stringi,
tibble,
tidyr,
umap,
utils
Suggests:
clustTools
Depends:
generics
Collate:
'RcppExports.R'
'aggrgation.R'
'classification.R'
'data.R'
'imports.R'
'enrichment.R'
'expression_estimates.R'
'genetics.R'
'genetics_plotting.R'
'multiple_plotting.R'
'multiple_testing.R'
'normalization.R'
'numeric_functions.R'
'plotting.R'
'set_similarity.R'
'similarity.R'
'testing.R'
'text_functions.R'
'utils.R'
LinkingTo:
Rcpp