CRAN
MetStaT 1.0
Statistical metabolomics tools
Released Nov 18, 2013 by Gooitzen Zwanenburg
This package can be loaded by Renjin but 1 out 12 tests failed.
Dependencies
pls 2.6-0 MASS 7.3-50 abind 1.4-3
A diverse collection of metabolomics related statistical tools.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>MetStaT</artifactId> <version>1.0-b242</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:MetStaT')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- ASCA.Calculate-examples
- ASCA.DoPermutationTest-examples
- ASCA.GetSummary-examples
- ASCA.Plot-examples
- ASCA.PlotLoadings-examples
- ASCA.PlotScoresPerLevel-examples
- FoM.Calculate-examples
- PCA.PlotLoadings-examples
- QStat.Calculate-examples
- RevNet.JacobianMethod-examples
- RevNet.TimeLaggedMethod-examples
- RevNet.ZeroSlopesMethod-examples