-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
126 lines (126 loc) · 2.94 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
Package: sparrow
Type: Package
Title: Take command of set enrichment analyses through a unified interface
Version: 1.11.0
Authors@R: c(
person(
"Steve", "Lianoglou", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0924-1754")),
person(
"Arkadiusz", "Gladki", role = c("ctb"),
email = "[email protected]"),
person("Aratus Informatics, LLC", role = c("fnd"), comment = "2023+"),
person("Denali Therapeutics", role = c("fnd"), comment = "2018-2022"),
person("Genentech", role = c("fnd"), comment = "2014 - 2017"))
Description: Provides a unified interface to a variety of GSEA techniques from
different bioconductor packages. Results are harmonized into a single object
and can be interrogated uniformly for quick exploration and interpretation
of results. Interactive exploration of GSEA results is enabled through
a shiny app provided by a sparrow.shiny sibling package.
URL: https://github.com/lianos/sparrow
BugReports: https://github.com/lianos/sparrow/issues
Depends:
R (>= 4.0)
Imports:
babelgene (>= 21.4),
BiocGenerics,
BiocParallel,
BiocSet,
checkmate,
circlize,
ComplexHeatmap (>= 2.0),
data.table (>= 1.10.4),
DelayedMatrixStats,
edgeR (>= 3.18.1),
ggplot2 (>= 2.2.0),
graphics,
grDevices,
GSEABase,
irlba,
limma,
Matrix,
methods,
plotly (>= 4.9.0),
stats,
utils,
viridis
Suggests:
AnnotationDbi,
BiasedUrn,
Biobase (>= 2.24.0),
BiocStyle,
DESeq2,
dplyr,
dtplyr,
fgsea,
GSVA,
GO.db,
goseq,
hexbin,
magrittr,
matrixStats,
msigdbr (>= 7.4.1),
KernSmooth,
knitr,
PANTHER.db (>= 1.0.3),
R.utils,
reactome.db,
rmarkdown,
SummarizedExperiment,
statmod,
stringr,
testthat,
webshot
biocViews: GeneSetEnrichment, Pathways
BiocType: Software
VignetteBuilder: knitr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Collate:
'AllClasses.R'
'AllGenerics.R'
'GeneSetDb-class.R'
'GeneSetDb-methods.R'
'SparrowResult-methods.R'
'aaa.R'
'bioc-accessors.R'
'calculateIndividualLogFC.R'
'convertIdentifiers.R'
'validateInputs.R'
'do.camera.R'
'do.cameraPR.R'
'do.fgsea.R'
'do.fry.R'
'do.geneSetTest.R'
'do.goseq.R'
'do.logFC.R'
'do.ora.R'
'do.roast.R'
'do.romer.R'
'do.svdGeneSetTest.R'
'geneSetSummaryByGenes.R'
'get-kegg.R'
'get-msigdb.R'
'get-panther.R'
'get-reactome.R'
'gsea-helpers.R'
'package.R'
'plots-corplot.R'
'plots-interactive.R'
'plots-mgheatmap.R'
'plots-mgheatmap2.R'
'renameCollections.R'
'renameRows.R'
'scale_rows.R'
'scoreSingleSamples.R'
'seas.R'
'single-sample-scoring-methods.R'
'species.R'
'testing-helpers.R'
'utilities.R'
'volcano_plot.R'
'zzz.R'
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)