bump version to 2.3.1
An R/Bioconductor software tool to identify genes associated with latent space interactions in spatial transcriptomics.
If you use the SpaceMarkers software please cite:
Atul Deshpande, Melanie Loth, et al., Uncovering the spatial landscape of molecular interactions within the tumor microenvironment through latent spaces. Cell Systems, April 2023. https://doi.org/10.1016/j.cels.2023.03.004
You can install the latest Bioconductor release from SpaceMarkers using the code below.
if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("SpaceMarkers")
You can install the development version of SpaceMarkers directly from the Github source.
install.packages("remotes") remotes::install_github("DeshpandeLab/SpaceMarkers", dependencies = TRUE, build_vignettes = TRUE)
识别空间转录组学数据中的空间标记基因
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
SpaceMarkers
An R/Bioconductor software tool to identify genes associated with latent space interactions in spatial transcriptomics.
Citation
If you use the SpaceMarkers software please cite:
Atul Deshpande, Melanie Loth, et al., Uncovering the spatial landscape of molecular interactions within the tumor microenvironment through latent spaces. Cell Systems, April 2023. https://doi.org/10.1016/j.cels.2023.03.004
Installation
You can install the latest Bioconductor release from SpaceMarkers using the code below.
You can install the development version of SpaceMarkers directly from the Github source.