JEFworks-Lab / scatterbar

Scatterbar - data visualization for proportional data across many spatially resolved coordinates
http://jef.works/scatterbar/
GNU General Public License v3.0
2 stars 0 forks source link
data-visualization spatial-analysis spatial-data-analysis spatial-transcriptomics

scatterbar

scatterbar is an open-source R package for displaying proportional data across spatially resolved contexts. This is the scatterbar R documentation website. Questions, suggestions, or problems should be submitted as GitHub issues.

Overview

By combining the concepts of scatter plots and stacked bar charts, scatterbar allows users to visualize variations in proportional data data and compare across different spatial locations.

Installation

To install scatterbarfrom GitHub, we recommend using remotes:

require(remotes)
remotes::install_github('JEFworks-Lab/scatterbar')

Tutorials