BioConductor
metaArray 1.58.0
Integration of Microarray Data for Meta-analysis
Released Apr 30, 2018 by Hyungwon Choi
Dependencies
MergeMaid 2.52.0 Biobase 2.40.0
1) Data transformation for meta-analysis of microarray Data: Transformation of gene expression data to signed probability scale (MCMC/EM methods) 2) Combined differential expression on raw scale: Weighted Z-score after stabilizing mean-variance relation within platform
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.bioconductor</groupId> <artifactId>metaArray</artifactId> <version>1.58.0-b1</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.bioconductor:metaArray')
Test Results
This package was last tested against Renjin 0.9.2643 on May 4, 2018.