-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathDESCRIPTION
More file actions
69 lines (69 loc) · 1.92 KB
/
DESCRIPTION
File metadata and controls
69 lines (69 loc) · 1.92 KB
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
Package: CoGAPS
Version: 3.29.1
Date: 2025-03-11
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 <ejfertig@jhmi.edu>,
Thomas D. Sherman <tomsherman159@gmail.com>,
Jeanette Johnson <jjohn450@jhmi.edu>,
Dmitrijs Lvovs <dlvovs1@jh.edu>
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,
xml2
LinkingTo: Rcpp, BH, testthat
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.2
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'