- Notifications
You must be signed in to change notification settings - Fork1
A hybrid approach to find spatially relevant marker genes in image based spatial transcriptomics data
License
NotificationsYou must be signed in to change notification settings
phipsonlab/jazzPanda
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation

The jazzPanda package contains functions to find marker genesbased on the spatial coordinates for imaging-based spatial transcriptomicstechnologies including 10x Xenium, NanoString CosMx and Vizgen MERSCOPE.
To install jazzPanda from Bioconductor, use the following commands:
if (!requireNamespace("BiocManager",quietly=TRUE)) install.packages("BiocManager")BiocManager::install("jazzPanda")
To install jazzPanda from github, use the following commands:
library(devtools)devtools::install_github("phipsonlab/jazzPanda")
In order to view the vignette for jazzPanda use the following command:
browseVignettes("jazzPanda")