BioConductor
Mergeomics 1.8.0
Integrative network analysis of omics data
Released Jan 4, 2016 by Zeyneb Kurt
The Mergeomics pipeline serves as a flexible framework for integrating multidimensional omics-disease associations, functional genomics, canonical pathways and gene-gene interaction networks to generate mechanistic hypotheses. It includes two main parts, 1) Marker set enrichment analysis (MSEA); 2) Weighted Key Driver Analysis (wKDA).
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>Mergeomics</artifactId> <version>1.8.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:Mergeomics')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.
- MSEA.KDA.onestep-examples
- job.kda-examples
- kda.analyze-examples
- kda.analyze.exec-examples
- kda.analyze.simulate-examples
- kda.analyze.test-examples
- kda.configure-examples
- kda.finish-examples
- kda.finish.estimate-examples
- kda.finish.save-examples
- kda.finish.summarize-examples
- kda.finish.trim-examples
- kda.prepare-examples
- kda.prepare.overlap-examples
- kda.prepare.screen-examples
- kda.start-examples
- kda.start.edges-examples
- kda.start.identify-examples
- kda.start.modules-examples
- kda2cytoscape-examples
- kda2cytoscape.colorize-examples
- kda2cytoscape.colormap-examples
- kda2cytoscape.drivers-examples
- kda2cytoscape.edges-examples
- kda2cytoscape.exec-examples
- kda2cytoscape.identify-examples
- kda2himmeli-examples
- kda2himmeli.colorize-examples
- kda2himmeli.colormap-examples
- kda2himmeli.drivers-examples
- kda2himmeli.edges-examples
- kda2himmeli.exec-examples
- kda2himmeli.identify-examples
- runTests
- ssea.analyze-examples
- ssea.analyze.observe-examples
- ssea.analyze.randgenes-examples
- ssea.analyze.randloci-examples
- ssea.analyze.simulate-examples
- ssea.analyze.statistic-examples
- ssea.control-examples
- ssea.finish-examples
- ssea.finish.details-examples
- ssea.finish.fdr-examples
- ssea.finish.genes-examples
- ssea.meta-examples
- ssea.prepare-examples
- ssea.prepare.counts-examples
- ssea.prepare.structure-examples
- ssea.start-examples
- ssea.start.configure-examples
- ssea.start.identify-examples
- ssea.start.relabel-examples
- ssea2kda-examples
- ssea2kda.analyze-examples
- ssea2kda.import-examples
- tool.aggregate-examples
- tool.cluster-examples
- tool.cluster.static-examples
- tool.coalesce-examples
- tool.coalesce.exec-examples
- tool.coalesce.find-examples
- tool.coalesce.merge-examples
- tool.fdr-examples
- tool.fdr.bh-examples
- tool.fdr.empirical-examples
- tool.graph-examples
- tool.graph.degree-examples
- tool.graph.list-examples
- tool.metap-examples
- tool.normalize-examples
- tool.normalize.quality-examples
- tool.overlap-examples
- tool.read-examples
- tool.save-examples
- tool.subgraph-examples
- tool.subgraph.find-examples
- tool.subgraph.search-examples
- tool.subgraph.stats-examples
- tool.translate-examples
- tool.unify-examples