generated from Bioconductor/BuildABiocWorkshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.14 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: TrendCatcher
Title: TrendCatcher: A Versitile R package for analyse longitudinal
RNA-seq study
Version: 1.0.0
Authors@R:
person(given = "Xinge",
family = "Wang",
role = c("aut", "cre"),
email = "[email protected]")
Description: Identify dynamic gene from longitudinal/time course RNA-seq dataset.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Depends:
RColorBrewer,
plyr,
dplyr,
gss,
compiler,
stringr,
gridExtra,
ggplot2,
ggnewscale,
enrichR,
foreach,
circlize,
doSNOW,
reshape2,
pracma,
nlme,
MASS,
sva,
ComplexHeatmap,
DESeq2,
Rcpp,
clusterProfiler,
edgeR,
org.Hs.eg.db,
org.Mm.eg.db
Suggests:
knitr,
rmarkdown,
pkgdown
URL: https://jaleesr.github.io/TrendCatcherWorkshopBIOC2022/
BugReports: https://github.com/jaleesr/TrendCatcherWorkshopBIOC2022/issues/new/choose
VignetteBuilder: knitr
DockerImage: ghcr.io/jaleesr/TrendCatcherWorkshopBIOC2022:latest
Imports:
biomaRt,
scales