-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
68 lines (68 loc) · 1.9 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
Package: CoGAPS
Version: 3.27.1
Date: 2024-06-05
Title: Coordinated Gene Activity in Pattern Sets
Author: Jeanette Johnson, Ashley Tsang, Jacob Mitchell, Thomas Sherman, Wai-shing Lee, Conor Kelton, Ondrej Maxian, Jacob Carey,
Genevieve Stein-O'Brien, Michael Considine, Maggie Wodicka, John Stansfield,
Shawn Sivy, Carlo Colantuoni, Alexander Favorov, Mike Ochs, Elana Fertig
Description: Coordinated Gene Activity in Pattern Sets (CoGAPS)
implements a Bayesian MCMC matrix factorization algorithm,
GAPS, and links it to gene set statistic methods to infer biological
process activity. It can be used to perform sparse matrix factorization on
any data, and when this data represents biomolecules, to do gene set
analysis.
Maintainer: Elana J. Fertig <[email protected]>,
Thomas D. Sherman <[email protected]>,
Jeanette Johnson <[email protected]>,
Dmitrijs Lvovs <[email protected]>
Depends:
R (>= 3.5.0)
Imports:
BiocParallel,
cluster,
methods,
gplots,
graphics,
grDevices,
RColorBrewer,
Rcpp,
S4Vectors,
SingleCellExperiment,
stats,
SummarizedExperiment,
tools,
utils,
rhdf5,
dplyr,
fgsea,
forcats,
ggplot2
Suggests:
testthat,
knitr,
rmarkdown,
BiocStyle,
SeuratObject,
BiocFileCache
LinkingTo: Rcpp, BH
VignetteBuilder: knitr
LazyLoad: true
License: BSD_3_clause + file LICENSE
biocViews: GeneExpression, Transcription, GeneSetEnrichment,
DifferentialExpression, Bayesian, Clustering, TimeCourse, RNASeq, Microarray,
MultipleComparison, DimensionReduction, ImmunoOncology
NeedsCompilation: yes
RoxygenNote: 7.3.1
Encoding: UTF-8
Collate:
'class-CogapsParams.R'
'CoGAPS.R'
'DistributedCogaps.R'
'HelperFunctions.R'
'Package.R'
'RcppExports.R'
'SubsetData.R'
'class-CogapsResult.R'
'data.R'
'methods-CogapsParams.R'
'methods-CogapsResult.R'