CRAN

MAVTgsa 1.3

Three methods to identify differentially expressed gene sets, ordinary least square test, Multivariate Analysis Of Variance test with n contrasts and Random forest.

Released Jul 2, 2014 by Chih-Yi Chien

This package can be loaded by Renjin but 1 out 2 tests failed.

Dependencies

randomForest 4.6-14 foreach 1.4.4 MASS 7.3-50 corpcor 1.6.9 multcomp 1.4-8

This package is a gene set analysis function for one-sided test (OLS), two-sided test (multivariate analysis of variance). If the experimental conditions are equal to 2, the p-value for Hotelling's t^2 test is calculated. If the experimental conditions are great than 2, the p-value for Wilks' Lambda is determined and post-hoc test is reported too. Three multiple comparison procedures, Dunnett, Tukey, and sequential pairwise comparison, are implemented. The program computes the p-values and FDR (false discovery rate) q-values for all gene sets. The p-values for individual genes in a significant gene set are also listed. MAVTgsa generates two visualization output: a p-value plot of gene sets (GSA plot) and a GST-plot of the empirical distribution function of the ranked test statistics of a given gene set. A Random Forests-based procedure is to identify gene sets that can accurately predict samples from different experimental conditions or are associated with the continuous phenotypes.

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>MAVTgsa</artifactId>
    <version>1.3-b39</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:MAVTgsa')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.

Source

R

View GitHub Mirror

Release History