forked from Sage-Bionetworks/sageseqr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
91 lines (91 loc) · 1.91 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Package: sageseqr
Title: Identify differentially expressed genes counts data
Version: 0.1.0.0
Authors@R:
c(person(given = "Kelsey",
family = "Montgomery",
role = c("aut"),
comment = c(ORCID = "0000-0002-0126-8944")),
person(given = "Jake",
family = "Gockley",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Daisy",
family = "Han",
role = c("aut")),
person(given = "Sage Bionetworks",
role = "cph")
)
Description: This workflow normalizes counts, performs model selection from known
covariates using multivariate regression, automates outlier analysis using a
customizable threshold and performs differential expression analysis for repeated
measures.
License: MIT + file LICENSE
URL: https://sage-bionetworks.github.io/sageseqr,
https://github.com/Sage-Bionetworks/sageseqr
Encoding: UTF-8
LazyData: true
Suggests:
rmarkdown,
testthat (>= 2.1.0)
RoxygenNote: 7.1.2
biocViews:
Imports:
BiocParallel,
biomaRt,
Biostrings,
BSgenome,
config,
cqn,
data.table,
dplyr,
edgeR,
fs,
graphics,
GenomicRanges,
GenomicTools,
GenomicTools.fileHandler,
glue,
ggforce,
ggplot2,
ggpubr,
ggrepel,
gridExtra,
gtools,
IRanges,
knitr,
limma,
lme4,
magrittr,
markdown,
mclust,
mvIC,
parallel,
plyr,
psych,
purrr,
RColorBrewer,
reshape2,
rlang,
sagethemes,
snow,
stats,
stringr,
synapser,
tarchetypes,
targets,
tidyr,
tibble,
utils,
variancePartition (>= 1.19.11),
vcd,
quantreg
Additional_repositories:
http://ran.synapse.org
Remotes:
GabrielHoffman/mvIC,
Sage-Bionetworks/sagethemes@main,
GabrielHoffman/variancePartition,
fischuu/GenomicTools
VignetteBuilder:
knitr