-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
21 lines (21 loc) · 898 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: SpatialEcoTyper
Type: Package
Title: Spatial ecotype analaysis
Version: 1.0.0
Authors@R: c(
person("Wubing", "Zhang", , "wzhang39@stanford.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2233-299X"))
)
Depends: R (>= 4.2.0), Seurat (>= 4.2.0), Matrix (>= 1.5), RANN (>= 2.6),
dplyr, parallel, NMF (>= 0.25)
Imports: ggplot2, pals, circlize (>= 0.4), RColorBrewer, data.table (>= 1.14),
grDevices, ComplexHeatmap (>= 2.12)
Suggests: googledrive
Description: SpatialEcoTyper is an unsupervised machine learning framework for
discovering spatial ecotypes (multi-cellular communities) from single-cell spatial data.
License: STANFORD NON-COMMERCIAL SOFTWARE LICENSE AGREEMENT
URL: https://digitalcytometry.github/spatialecotyper
BugReports: https://github.com/digitalcytometry/spatialecotyper/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2