BioConductor
NetPathMiner 1.16.0
NetPathMiner for Biological Network Construction, Path Mining and Visualization
Dependencies
NetPathMiner is a general framework for network path mining using genome-scale networks. It constructs networks from KGML, SBML and BioPAX files, providing three network representations, metabolic, reaction and gene representations. NetPathMiner finds active paths and applies machine learning methods to summarize found paths for easy interpretation. It also provides static and interactive visualizations of networks and paths to aid manual investigation.
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>NetPathMiner</artifactId> <version>1.16.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:NetPathMiner')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- KGML2igraph-examples
- MIRIAM-examples
- NPMdefaults-examples
- SBML2igraph-examples
- assignEdgeWeights-examples
- biopax2igraph-examples
- colorVertexByAttr-examples
- ex_biopax-examples
- ex_kgml_sig-examples
- ex_microarray-examples
- ex_sbml-examples
- extractPathNetwork-examples
- getAttr-examples
- getGeneSetNetworks-examples
- getGeneSets-examples
- getPathsAsEIDs-examples
- layoutVertexByAttr-examples
- makeGeneNetwork-examples
- makeReactionNetwork-examples
- pathClassifier-examples
- pathCluster-examples
- pathsToBinary-examples
- plotAllNetworks-examples
- plotClusters-examples
- plotCytoscape-examples
- plotNetwork-examples
- plotPathClassifier-examples
- plotPathCluster-examples
- plotPaths-examples
- predictPathClassifier-examples
- predictPathCluster-examples
- rmSmallCompounds-examples
- samplePaths-examples
- simplifyReactionNetwork-examples
- toGraphNEL-examples
- vertexDeleteReconnect-examples