-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.1 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
Package: GeneNMF
Type: Package
Title: Non-Negative Matrix Factorization for Single-Cell Omics
Version: 0.6.2
Authors@R: c(
person('Massimo', 'Andreatta',
email = '[email protected]',
role = c('aut','cre'),
comment = c(ORCID = '0000-0002-8036-2647')),
person('Santiago', 'Carmona',
email = '[email protected]',
role = c('aut'),
comment = c(ORCID = '0000-0002-2495-0671'))
)
Description: A collection of methods to extract gene programs from single-cell gene expression data using non-negative matrix factorization (NMF). 'GeneNMF' contains functions to directly interact with the 'Seurat' toolkit and derive interpretable gene program signatures.
biocViews:
Depends: R (>= 4.3.0)
Imports: RcppML,
Matrix,
stats,
methods,
utils,
Seurat (>= 4.3.0),
cluster,
lsa,
irlba,
pheatmap,
dendextend,
viridis
Suggests: knitr,
rmarkdown,
fgsea,
msigdbr
VignetteBuilder: knitr
URL: https://github.com/carmonalab/GeneNMF
BugReports: https://github.com/carmonalab/GeneNMF/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2