-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
64 lines (64 loc) · 1.23 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
Package: Rubrary
Title: Ruby's functions & notes
Version: 0.13.0
Authors@R:
person("Yi Jou (Ruby)", "Liao", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2853-5475"))
Description: Miscellaneous collection of functions originally for Graeber Lab
projects. FDB project, OV project, Metabolomics, etc.
URL: https://liaoyjruby.github.io/Rubrary/,
https://github.com/liaoyjruby/Rubrary
BugReports: https://github.com/liaoyjruby/Rubrary/issues
biocViews:
Imports:
dplyr,
ggplot2,
ggrepel,
magrittr,
methods,
patchwork,
plyr,
stats,
tibble,
utils,
tidyr,
data.table
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
devtools,
lattice,
pkgload,
scales,
RColorBrewer,
RRHO,
ggExtra,
DESeq2,
EnhancedVolcano,
fgsea,
Seurat,
knitr,
rmarkdown,
BiocManager,
lisi,
biomaRt,
ggtext,
ggpattern,
stringr,
SingleCellExperiment,
CellMixS,
BiocParallel,
openxlsx,
GGally,
htmlwidgets,
plotly,
reticulate,
ggsignif
Remotes:
immunogenomics/lisi
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true
License: MIT + file LICENSE