Skip to content
Snippets Groups Projects
Select Git revision
  • def33031cd0a5969444d240d4fb8043606ed5795
  • master default protected
  • dev
  • fix_AJE
  • fix_aro
  • fix_addpathway
  • fix_bplot_Xnum
  • dev_graphicsLLOQ
  • v2.5.0
  • v2.2.0
  • v2.0.0
  • v1.10.0
  • v1.5.0
  • v1.4.1
  • v1.3.2
  • v1.0.0
16 results

graphstats

user avatar
Etienne Rifa authored
def33031
History

GraphstatsR ispickr

A shiny app allowing users to generate advanced interactive graphics and statistical tests.

Online instance here: https://graphstatsr.sk8.inrae.fr/

Prerequisites

R4.3.3 or upper is required (https://pbil.univ-lyon1.fr/CRAN/bin/)

  • Linux
sudo apt-get install r-base git libssl-dev cmake libcurl4-openssl-dev libgmp3-dev libmpfr-dev zlib1g-dev
  • Windows

Rtools and git are required.

Installation

  • In R console: You can install the released version of graphstats from this repository with:
install.packages("renv")
options(renv.config.gitlab.host = "https://forgemia.inra.fr")

renv::install("gitlab::etienne.rifa/graphstats@master")

To run Shiny app in R

# To update app 
remotes::install_gitlab(repo = "etienne.rifa/graphstats", host = "forgemia.inra.fr", upgrade = FALSE)

# To run app
library(graphstatsr)
graphstatsr::run_app()

Toy dataset

Features table and metadata files are available in the dataset folder to test Graphstats. (inst/dataset in the git repo)

dir( system.file("dataset/", package = "graphstatsr") )
# "features_quanti_data.csv" "metadata_file.csv" # for Easy Stats

# "isoplot_quantification_table.csv" "isoplot_metadata.csv" # for IsoPlot