-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1.32 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
Package: SpatialPCA
Title: Spatially Aware Dimension Reduction for Spatial Transcriptomics
Version: 1.3.0
Authors@R:
c(person("Lulu", "Shang", , "[email protected]", role = c("aut","cre")),
person("Xiang", "Zhou", , "[email protected]", role = c("aut")),
person("Michael", "Kleinsasser", , "[email protected]", role = c("cre")))
Description: SpatialPCA is a spatially aware dimension reduction method that explicitly accounts for the spatial correlation across tissue locations. SpatialPCA can extract a low dimensional representation of the spatial transcriptomics data with enriched biological signal and preserved spatial correlation structure, thus unlocking many existing computational tools previously developed in single-cell RNAseq studies for tailored and novel analysis of spatial transcriptomics.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Suggests: knitr, rmarkdown
Imports: methods, MASS, Matrix, RSpectra, Rtsne, SPARK, Seurat,
parallel, pdist, tidyr, umap, ggplot2, splatter, dplyr,
assertthat
Remotes: xzhoulab/SPARK
biocViews: bluster
VignetteBuilder: knitr
NeedsCompilation: no
Author: Lulu Shang [aut],
Xiang Zhou [aut],
Michael Kleinsasser [cre]
Maintainer: Lulu Shang <[email protected]>
Packaged: 2022-08-12 20:52:16 UTC; shanglu