https://github.com/bioconductor-source/spacemarkers

https://github.com/bioconductor-source/spacemarkers

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.5%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: bioconductor-source
  • License: other
  • Language: R
  • Default Branch: devel
  • Size: 22.1 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog License

README.md

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. ``` 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::installgithub("DeshpandeLab/SpaceMarkers", dependencies = TRUE, buildvignettes = TRUE) ```

Owner

  • Name: (WIP DEV) Bioconductor Packages
  • Login: bioconductor-source
  • Kind: organization
  • Email: maintainer@bioconductor.org

Source code for packages accepted into Bioconductor

GitHub Events

Total
Last Year

Dependencies

.github/workflows/main.yml actions
DESCRIPTION cran
  • R >= 4.4.0 depends
  • Matrix * imports
  • ape * imports
  • hdf5r * imports
  • jsonlite * imports
  • matrixStats * imports
  • matrixTests * imports
  • methods * imports
  • qvalue * imports
  • rstatix * imports
  • spatstat.explore * imports
  • spatstat.geom * imports
  • stats * imports
  • utils * imports
  • BiocStyle * suggests
  • CoGAPS * suggests
  • RColorBrewer * suggests
  • cowplot * suggests
  • data.table * suggests
  • devtools * suggests
  • dplyr * suggests
  • ggplot2 * suggests
  • hrbrthemes * suggests
  • knitr * suggests
  • readbitmap * suggests
  • rjson * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests
  • viridis * suggests
Dockerfile docker
  • rocker/tidyverse 4 build