An open API service indexing awesome lists of open source software.

https://github.com/jefworks-lab/scatterbar

Scatterbar - data visualization for proportional data across many spatially resolved coordinates
https://github.com/jefworks-lab/scatterbar

data-visualization spatial-analysis spatial-data-analysis spatial-transcriptomics

Last synced: 3 months ago
JSON representation

Scatterbar - data visualization for proportional data across many spatially resolved coordinates

Awesome Lists containing this project

README

          

# scatterbar

[![R-CMD-check](https://github.com/JEFworks-Lab/scatterbar/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/JEFworks-Lab/scatterbar/actions/workflows/R-CMD-check.yaml)
[![CRAN](https://www.r-pkg.org/badges/version/scatterbar)](https://CRAN.R-project.org/package=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](https://github.com/JEFworks-Lab/scatterbar/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 `scatterbar`from GitHub, we recommend using `remotes`:

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

## Tutorials

- [Customizing
Scatterbar](https://jef.works/scatterbar/articles/customizing_scatterbar.html)
- [Getting Started With
Scatterbar](https://jef.works/scatterbar/articles/getting-started-with-scatterbars.html)
- [Using Scatterbar With `SpatialExperiment`](https://jef.works/scatterbar/articles/using-scatterbar-with-spatial-experiment.html)
- [Using Scatterbar With Visium Files](https://jef.works/scatterbar/articles/using-scatterbar-with-visium.html)
- [Visualizing Multiple Datasets](https://jef.works/scatterbar/articles/visualizing-multiple-datasets.html)
- [Flipping Scatterbar Oreintations](https://jef.works/scatterbar/articles/flipping-scatterbar-oreintations.html)

## Citation

Our paper describing `scatterbar` is available on *Oxford Bioinformatics*:

[Velazquez D. et al. (2025), "scatterbar: an R package for visualizing proportional data across spatially resolved coordinates", *Bioinformatics*](https://doi.org/10.1093/bioinformatics/btaf047)