-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 943 Bytes
/
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
Package: STEAM
Title: Training and Evaluating Clustering performance with STEAM
Version: 1.0
Author: Samantha Reynoso, Courtney Schiebout, Revanth Krishna, Fan Zhang (University of Colorado School of Medicine - CU Medicine)
Maintainer: Revanth Krishna <revanth.krishna@cuanschutz.edu>
Correspondance: Fan Zhang <fan.3.zhang@cuanschutz.edu>
Description: Evaluating consistency and reliability of clustering in spatial omics using STEAM
Date: 2025-02-01
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/fanzhanglab/STEAM
BugReports: https://github.com/fanzhanglab/STEAM/issues
Depends:
R (>= 4.0)
Imports:
ggplot2,
caret,
e1071,
scales,
mclust,
gridExtra,
grid,
reshape2,
viridis,
grDevices,
stats,
utils,
randomForest
Suggests: knitr,
rmarkdown,
ggpointdensity,
Seurat
LazyData: true
LazyDataCompression: xz
VignetteBuilder: knitr