-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 962 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
Package: gencoreBulk
Title: NPRC Genomics Core Bulk RNA Analysis Utilities
Version: 0.2.4
Date: 2024-06-27
Author: person("Derrik", "Gratz", email = "[email protected]", role =
c("aut", "cre"), comment = c(ORCID = "0009-0002-5934-576X"))
Maintainer: Derrik Gratz <[email protected]>
Description: A shared codebase for custom R functions we find useful for
bulk RNA analysis.
License: MIT + file LICENSE
URL: https://github.com/yerkes-gencore/gencoreBulk
biocViews:
Imports:
Biobase,
circlize,
ComplexHeatmap,
DESeq2,
dplyr,
edgeR,
EnhancedVolcano,
fgsea,
forcats,
ggplot2,
ggrepel,
graphics,
here,
limma,
magrittr,
matrixStats,
methods,
openxlsx,
plyr,
readr,
rlang,
scales,
stringr,
SummarizedExperiment,
tibble,
tidyr
Encoding: UTF-8
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3