Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Moore-Institute-4-Plastic-Pollution-Res/One4All
R package for data validation and visualization with a focus on microplastic data.
https://github.com/Moore-Institute-4-Plastic-Pollution-Res/One4All
Last synced: 21 days ago
JSON representation
R package for data validation and visualization with a focus on microplastic data.
- Host: GitHub
- URL: https://github.com/Moore-Institute-4-Plastic-Pollution-Res/One4All
- Owner: Moore-Institute-4-Plastic-Pollution-Res
- License: other
- Created: 2023-04-20T23:48:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T17:35:32.000Z (6 months ago)
- Last Synced: 2024-12-14T12:00:15.762Z (23 days ago)
- Language: R
- Size: 178 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - One4All - R package for data validation and visualization with a focus on microplastic data. (Natural Resources / Water Supply and Quality)
README
[![CRAN version](https://www.r-pkg.org/badges/version/One4All)](https://CRAN.R-project.org/package=One4All)
[![R-CMD-check](https://github.com/Moore-Institute-4-Plastic-Pollution-Res/One4All/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Moore-Institute-4-Plastic-Pollution-Res/One4All/actions/workflows/R-CMD-check.yaml)
[![License: MIT](https://img.shields.io/badge/License-MIT-lightblue
)](https://opensource.org/license/mit)
[![Website](https://img.shields.io/badge/web-openanalysis.org-white)](https://openanalysis.org/microplastic_data_portal/)## Overview
The One4All portal was designed to streamline data validation and formatting tasks. Its primary function is to read a set of rules from a 'CSV' or 'Excel' file to validate a dataset.The package functions and Validator Tool also aid in creating valid 'Excel' files with conditional formatting based on specified rules, making it easier to identify and manage inconsistencies in data. Overall, the One4All portal aims to enhance data validation and management processes for a more efficient and accurate workflow.
Additionally, the One4All package has a variety of functionality and has been integrated in the Data Visualization Tool and the Microplastic Image Explorer, both available for use in this repository (see below).
## Installation
**One4All** is available from CRAN and GitHub.
### Get the released version from CRAN:
```r
install.packages("One4All")
```### Or the development version from GitHub:
``` r
# install.packages("remotes")
remotes::install_github("Moore-Institute-4-Plastic-Pollution-Res/One4All")
```### Getting Started
```r
library(One4All)
```### Tools
Users can run each of the tools using this function and replacing the app name:
```r
run_app(app = "validator")
```
```r
run_app(app = "data_visualization")
```
```r
run_app(app = "microplastic_image_explorer")
```---
#### Data Validator
Data validation is essential before sharing data widely. The functionality of the Validator app is based on the One4All package [![CRAN version](https://www.r-pkg.org/badges/version/One4All)](https://CRAN.R-project.org/package=One4All) [![Website](https://img.shields.io/badge/web-openanalysis.org-white)](https://openanalysis.org/microplastic_data_portal/).![](man/figures/validatorimage.jpg)
If using the web app:
- Go to [openanalysis.org/one4all](https://openanalysis.org/microplastic_data_portal/).
- The code for the app is in [/inst/apps/validator](https://github.com/Moore-Institute-4-Plastic-Pollution-Res/One4All/tree/main/inst/apps/validator).---
#### Data Visualization
The Data Visualization Tool allows users to analyze microplastics data through maps, plots, and tables. We also aim to integrate shared data from the Validator tool. The code for the app is in [/inst/apps/data_visualization](https://github.com/Moore-Institute-4-Plastic-Pollution-Res/One4All/tree/main/inst/apps/data_visualization).- To get started with the tool, go to [openanalysis.org/microplastic_analysis](https://openanalysis.org/microplastic_analysis/).
![](man/figures/datavisualization.jpg)
---
#### Microplastic Image Explorer
The Microplastic Image Explorer allows users to query microplastic images from our database by selecting filters. Users can apply more than one filter from citation, color, morphology, and/or polymer. The code for the app is in [/inst/apps/microplastic_image_explorer](https://github.com/Moore-Institute-4-Plastic-Pollution-Res/One4All/tree/main/inst/apps/microplastic_image_explorer).- To get started with the tool, go to [openanalysis.org/microplastic_image_explorer](https://openanalysis.org/microplastic_image_explorer/).
![](man/figures/imageexplorer.jpg)
---
## Additional Instructions
Access the pkgdown and vignettes here: https://moore-institute-4-plastic-pollution-res.github.io/One4All/
## Contributing
Contributions to One4All are welcome!
- Some ideas on [How to Contribute](https://opensource.guide/how-to-contribute/).
- Please adhere to this project's [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/).
- Open an [issue](https://github.com/Moore-Institute-4-Plastic-Pollution-Res/One4All/issues) or [pull request](https://github.com/Moore-Institute-4-Plastic-Pollution-Res/One4All/pulls) here.## License
One4All is released under the MIT License. Please see the license file for more information.