Skip to content

A Javascript library to help manipulate SPARC data into Plotly compatible form.

License

Notifications You must be signed in to change notification settings

ABI-Software/PlotDataHelpers

Repository files navigation

Plot Data Helpers

npm version

This project is for providing helper functions to transform data into a form consumable by the plotly.js library. This project makes use of the papaparse package to read de-limited data files from resources available on the web. It is designed to take metadata information gathered from SCICRUNCH and use this information to duplicate a figure from a SPARC dataset. This package can format de-limited data into scatter plots or heatmap plots.

Project installation

yarn add @abi-software/plotdatahelpers

Compiles and minifies for production

yarn build-package

How to use

Include the package in your script.

import { applyFilter, extractTitles, convertToPlotlyData } from '@abi-software/plotdatahelpers'

About

A Javascript library to help manipulate SPARC data into Plotly compatible form.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published