Name Mode Size
.github 040000
R 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
DESCRIPTION 100644 2 kb
LICENSE 100644 34 kb
NAMESPACE 100644 1 kb
NEWS.md 100644 3 kb
README.md 100644 2 kb
_pkgdown.yml 100644 0 kb
README.md
<!-- badges: start --> [![DOI](https://zenodo.org/badge/724929670.svg)](https://zenodo.org/doi/10.5281/zenodo.10360070) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/phipsonlab/jazzPanda/blob/main/LICENSE) [![R-CMD-check](https://github.com/phipsonlab/jazzPanda/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/phipsonlab/jazzPanda/actions/workflows/R-CMD-check.yaml) <!-- badges: end --> <!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/phipsonlab/jazzPanda"> <img src="https://github.com/phipsonlab/jazzPanda/blob/main/inst/images/jazzPanda_logo.png" alt="Logo" width="200" height="200"> </a> <h3 align="center">jazzPanda: A hybrid approach to find spatially relevant marker genes in image-based spatial transcriptomics data </h3> <p align="center"> <br /> <a href="https://phipsonlab.github.io/jazzPanda/articles/jazzPanda.html"><strong>Explore the vignette ยป</strong></a> <br /> <br /> </p> </div> ## Introduction The jazzPanda package contains functions to find marker genes based on the spatial coordinates for imaging-based spatial transcriptomics technologies including 10x Xenium, NanoString CosMx and Vizgen MERSCOPE. ## Installation To install jazzPanda from Bioconductor, use the following commands: ``` r if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("jazzPanda") ``` To install jazzPanda from github, use the following commands: ``` r library(devtools) devtools::install_github("phipsonlab/jazzPanda") ``` In order to view the vignette for jazzPanda use the following command: ``` r browseVignettes("jazzPanda") ```