-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
50 lines (50 loc) · 932 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: BinfTools
Title: Useful functions for standard analyses
Version: 1.0.0
Date: October 13, 2022
Authors@R:
person(given = "Kevin CJ",
family = "Nixon",
role = c("aut", "cre"),
email = "Kevin.Nixon@uhnresearch.ca")
Description: A few u☺seful commands for running analyses and making figures for RNA-seq analysis. Preferrably using DESeq2.
License: `use_mit_license()`, `use_gpl3_license()` or friends to
pick a license
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
gprofiler2,
ggplot2,
ggpubr,
ggforce,
rstatix,
pheatmap,
tidyr,
GSVA,
magrittr,
dplyr,
forcats,
plotly,
shiny,
gplots,
VennDiagram,
fgsea,
gage,
GGally,
tm,
wordcloud,
scales,
gt,
webshot,
scatterplot3d,
pander
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr
Depends:
R (>= 4.2.0),
rmarkdown,
knitr