Below is the citation output from using citation('spatialDE') in R.
Please run this yourself to check for any updates on how to cite
spatialDE.
Please note that this package merely provides a wrapper to use the
original Python methods in R. If you find these methods useful, please
also consider citing the original
paper.
Corso D, Malfait M, Moses L (2021). _spatialDE: R wrapper for
SpatialDE_. doi: 10.18129/B9.bioc.spatialDE (URL:
https://doi.org/10.18129/B9.bioc.spatialDE), R package version 0.99.10,
<URL: http://www.bioconductor.org/packages/spatialDE>.
A BibTeX entry for LaTeX users is
@Manual{,
title = {spatialDE: R wrapper for SpatialDE},
author = {Davide Corso and Milan Malfait and Lambda Moses},
year = {2021},
url = {http://www.bioconductor.org/packages/spatialDE},
note = {R package version 0.99.10},
doi = {10.18129/B9.bioc.spatialDE},
}
Svensson V, Teichmann SA, Stegle O (2018). "SpatialDE: identification
of spatially variable genes." _Nature Methods_, *15*(5), 343-346. ISSN
1548-7105, doi: 10.1038/nmeth.4636 (URL:
https://doi.org/10.1038/nmeth.4636), <URL:
https://www.nature.com/articles/nmeth.4636>.
A BibTeX entry for LaTeX users is
@Article{,
title = {SpatialDE: identification of spatially variable genes},
author = {Valentine Svensson and Sarah A. Teichmann and Oliver Stegle},
copyright = {2018 Nature Publishing Group, a division of Macmillan Publishers Limited. All Rights Reserved.},
year = {2018},
journal = {Nature Methods},
volume = {15},
pages = {343--346},
number = {5},
doi = {10.1038/nmeth.4636},
issn = {1548-7105},
url = {https://www.nature.com/articles/nmeth.4636},
}
Code of Conduct
Please note that the spatialDE project is released with a
Contributor Code of
Conduct.
By contributing to this project, you agree to abide by its terms.
spatialDE
The spatialDE package provides an R wrapper for the Python SpatialDE library, using reticulate and basilisk.
SpatialDE, by Svensson et al., 2018, is a method to identify spatially variable genes (SVGs) in spatially resolved transcriptomics data.
This package started as part of the BiocSpatialChallenges.
Installation instructions
Get the latest stable
Rrelease from CRAN. Then install spatialDE from Bioconductor using the following code:The development version of spatialDE can be installed from GitHub with:
Basic usage
Citation
Below is the citation output from using
citation('spatialDE')in R. Please run this yourself to check for any updates on how to cite spatialDE.Please note that this package merely provides a wrapper to use the original Python methods in R. If you find these methods useful, please also consider citing the original paper.
Code of Conduct
Please note that the spatialDE project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Useful links
This package was developed using biocthis.