StatAid

StatAid: An R package with a graphical user interface for data analysis - Published in JOSS (2020)

https://github.com/vincentalcazer/stataid

Science Score: 95.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 5 DOI reference(s) in README and JOSS metadata
  • Academic publication links
    Links to: joss.theoj.org
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
    Published in Journal of Open Source Software

Keywords

data-analysis life-sciences r statistics

Scientific Fields

Earth and Environmental Sciences Physical Sciences - 40% confidence
Engineering Computer Science - 40% confidence
Last synced: 4 months ago · JSON representation

Repository

StatAid is a Shiny app built in an R package to guide researchers and clinicians through data analysis

Basic Info
  • Host: GitHub
  • Owner: VincentAlcazer
  • License: other
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 37.8 MB
Statistics
  • Stars: 7
  • Watchers: 1
  • Forks: 3
  • Open Issues: 0
  • Releases: 15
Topics
data-analysis life-sciences r statistics
Created over 5 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License Code of conduct

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# Welcome to StatAid


[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)


`StatAid` is a free open-source software provided as an R package allowing clinicians and researchers to perform statistical analysis through an intuitive graphical interface. It has been developed with the R software, using the [Shiny package](https://shiny.rstudio.com/). [Golem](https://github.com/ThinkR-open/golem) has been used for package compilation and deployment.  

 The software guides the users through the steps of a good data analysis, including multiple features such as:
  • Exploratory data analysis: distribution, count, missing-values and outliers check
  • Descriptive analysis, simple comparative analysis and publication ready 'table 1' output
  • Publication-ready graph customization
  • Paired data analysis (matched case-control studies, repeated measures)
  • Univariate analysis and models for continuous and categorical outcome: Correlation, linear and logistic regression
  • Univariate analysis and models for time-dependent outcome: Kaplan-Meier curves and cox regression
  • Multivariate analysis and models for continuous, categorical and time-dependent outcomes
  • ROC Curves
  • # Getting started ## Online version StatAid has a ready-to-use online version available at [https://vincentalcazer.shinyapps.io/StatAid/](https://vincentalcazer.shinyapps.io/StatAid/). ## Local version You can install the development version from [GitHub](https://github.com/VincentAlcazer/StatAid) either by cloning the repository or directly by downloading the package in R: ```{r Github install, eval = F } install.packages("remotes") remotes::install_github("VincentAlcazer/StatAid") StatAid::run_app() ``` ## Quick-start user guide If you are not familiar with StatAid or just want to have an overview of the different possibilities, you can check the [StatAid's quick-start user guide](https://github.com/VincentAlcazer/StatAid/blob/master/STATAID_QUICK_START_USER_GUIDE.pdf) ## Citing StatAid If you found StatAid useful and used it for your research, please cite the [paper published in the Journal of Open Source Software.](https://joss.theoj.org/papers/10.21105/joss.02630) [![DOI](https://joss.theoj.org/papers/10.21105/joss.02630/status.svg)](https://doi.org/10.21105/joss.02630) # Troubleshooting and contribution All troubleshooting and contributions can be found on the [Github page.](https://github.com/VincentAlcazer/StatAid/issues) ## Bug report If you encounter any problem with the software or find a bug, please report it on GitHub: - Create a [new issue](https://github.com/VincentAlcazer/StatAid/issues) on the Github page - Try to describe the problem/bug with reproductible steps ## Feature request To ask for new feature implementation/current feature enhancemenet: - Create a [new issue](https://github.com/VincentAlcazer/StatAid/issues) on the Github page - Briefly describe the research question you want to answer and the type of data you have - If possible: provide pictures of the graph you would like to make or references from the paper you saw the analysis in. ## Contribution proposal Contributions to new features or code enhancement are welcomed by creating a new [pull request.](https://github.com/VincentAlcazer/StatAid/pulls)

    Owner

    • Name: Vincent Alcazer
    • Login: VincentAlcazer
    • Kind: user
    • Location: LYON, France
    • Company: Hospices Civils de Lyon, Department of Clinical Hematology

    MD, Hematologist, PhD in Immunology Bioinformatics consultant

    JOSS Publication

    StatAid: An R package with a graphical user interface for data analysis
    Published
    October 29, 2020
    Volume 5, Issue 54, Page 2630
    Authors
    Vincent Alcazer ORCID
    Cancer Research Center of Lyon, INSERM U1052, Lyon, FRANCE, Hospices Civils de Lyon, Lyon, FRANCE
    Editor
    Mikkel Meyer Andersen ORCID
    Tags
    Data analysis Medicine Science Survival analysis

    GitHub Events

    Total
    • Watch event: 3
    • Fork event: 1
    Last Year
    • Watch event: 3
    • Fork event: 1

    Committers

    Last synced: 5 months ago

    All Time
    • Total Commits: 59
    • Total Committers: 2
    • Avg Commits per committer: 29.5
    • Development Distribution Score (DDS): 0.068
    Past Year
    • Commits: 1
    • Committers: 1
    • Avg Commits per committer: 1.0
    • Development Distribution Score (DDS): 0.0
    Top Committers
    Name Email Commits
    Vincent Alcazer 6****r 55
    Nistara n****a@u****u 4
    Committer Domains (Top 20 + Academic)

    Issues and Pull Requests

    Last synced: 4 months ago

    All Time
    • Total issues: 3
    • Total pull requests: 2
    • Average time to close issues: 21 days
    • Average time to close pull requests: 13 days
    • Total issue authors: 3
    • Total pull request authors: 1
    • Average comments per issue: 6.67
    • Average comments per pull request: 0.0
    • Merged pull requests: 2
    • Bot issues: 0
    • Bot pull requests: 0
    Past Year
    • Issues: 0
    • Pull requests: 0
    • Average time to close issues: N/A
    • Average time to close pull requests: N/A
    • Issue authors: 0
    • Pull request authors: 0
    • Average comments per issue: 0
    • Average comments per pull request: 0
    • Merged pull requests: 0
    • Bot issues: 0
    • Bot pull requests: 0
    Top Authors
    Issue Authors
    • adithirgis (1)
    • Mahrefat (1)
    • nistara (1)
    Pull Request Authors
    • nistara (2)
    Top Labels
    Issue Labels
    Pull Request Labels

    Dependencies

    DESCRIPTION cran
    • DT * imports
    • RColorBrewer * imports
    • ROCit * imports
    • broom * imports
    • config * imports
    • data.table * imports
    • dplyr * imports
    • forcats * imports
    • ggplot2 * imports
    • ggpubr * imports
    • ggrepel * imports
    • golem * imports
    • htmltools * imports
    • mgcv * imports
    • pkgload * imports
    • plotROC * imports
    • readxl * imports
    • shiny * imports
    • shinyalert * imports
    • shinydashboard * imports
    • survival * imports
    • survminer * imports
    • tibble * imports
    • tidyr * imports
    • attempt * suggests
    • glue * suggests
    • processx * suggests
    • testthat * suggests