-
Notifications
You must be signed in to change notification settings - Fork 47
/
DESCRIPTION
41 lines (41 loc) · 1.22 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
Package: shinyGEO
Title: Gene Expression Omnibus Analysis with Shiny
Version: 1.0.0
Authors@R: c(
person("Jasmine", "Dumas", email = "[email protected]", role = c("aut", "cre")),
person("Garrett", "Dancik", email = "[email protected]", role = "aut"),
person("Michael", "Gargano", role = "ctb"),
person("Ken-Heng Henry", "Liao", role = "ctb"),
person("Branden", "Spratt", role = "ctb"),
person("Greg", "Harper", role = "ctb"))
Description: A web application to download, parse, transform, model,
and visualize microarray gene expression data sets. shinyGEO
can perform differential expression analysis & survival analysis
across genes, probes and phenotype groups. A report with code
and can also be generated for complete reporducibility at the console.
Depends: R (>= 3.2.0)
BugReports: https://github.com/jasdumas/shinyGEO/issues
URL: https://github.com/jasdumas/shinyGEO
Imports:
shiny,
GEOquery,
Biobase,
reshape2,
survival,
limma,
affy,
shinyBS,
GGally,
ggplot2,
shinyAce,
knitr,
DT,
rvest,
readr,
magrittr,
xml2,
devtools
License: MIT + file LICENSE
RoxygenNote: 6.0.1
Suggests: covr,
testthat