forked from Zaoqu-Liu/CellProgramMapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
57 lines (57 loc) · 1.5 KB
/
DESCRIPTION
File metadata and controls
57 lines (57 loc) · 1.5 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
Package: CellProgramMapper
Type: Package
Title: Map Single Cells to Reference Gene Expression Programs
Version: 1.0.0
Date: 2026-01-26
Authors@R: c(
person("Zaoqu", "Liu", email = "liuzaoqu@163.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0452-742X"))
)
Description: Maps single-cell RNA sequencing data to reference gene expression
programs (GEPs) using non-negative matrix factorization. Enables cell type
annotation and state characterization by projecting query cells onto
pre-built or custom reference programs. Includes tools for building
consensus references from multiple datasets. Features C++ accelerated
NNLS solvers and built-in machine learning models for cell type prediction.
License: MIT + file LICENSE
URL: https://github.com/Zaoqu-Liu/CellProgramMapper,
https://zaoqu-liu.github.io/CellProgramMapper/
BugReports: https://github.com/Zaoqu-Liu/CellProgramMapper/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.0.0)
Imports:
Rcpp (>= 1.0.0),
Matrix,
methods,
stats,
utils,
curl,
yaml,
future,
future.apply,
data.table,
rappdirs,
tools,
jsonlite
Suggests:
Seurat (>= 4.0.0),
SeuratObject (>= 4.0.0),
testthat (>= 3.0.0),
knitr,
rmarkdown,
ggplot2,
pheatmap,
reshape2,
anndata,
hdf5r,
reticulate
LinkingTo:
Rcpp,
RcppArmadillo
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: yes