Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

workflow4metabolomics/mixmodel4repeated_measures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

ANOVA for repeated measures statistics for Galaxy

bioconda-badge Build Status

Our project

The Workflow4Metabolomics, W4M in short, is a French infrastructure offering software tool processing, analyzing and annotating metabolomics data. It is based on the Galaxy platform.

ANOVA for repeated measures

Analysis of variance for repeated measures using mixed model

Galaxy

Galaxy is an open, web-based platform for data intensive biomedical research. Whether on the free public server or your own instance, you can perform, reproduce, and share complete analyses.

Homepage: https://galaxyproject.org/

Dependencies using Conda

bioconda-badge

The main recipe: https://github.com/bioconda/bioconda-recipes/tree/master/recipes/r-lme4

#To install miniconda2
#http://conda.pydata.org/miniconda.html
#To install the needed R library using conda:
conda install r-batch r-lme4 r-lmerTest r-viridisLite r-viridis r-Hmisc bioconductor-multtest
#To set an environment:
conda create -n mixmodel4repeated_measures r-batch r-lme4 r-lmerTest r-viridisLite r-viridis r-Hmisc bioconductor-multtest`
#To activate the environment:
. activate mixmodel4repeated_measures

Conda is package manager that among many other things can be used to manage Python packages.

Travis

Build Status

Test and Deploy with Confidence. Easily sync your GitHub projects with Travis CI and you'll be testing your code in minutes!

Historic contributors