CRAN
NetWeaver 0.0.6
Graphic Presentation of Complex Genomic and Network Data Analysis
Released Feb 26, 2019 by Minghui Wang
This package is available for Renjin and there are no known compatibility issues.
Implements various simple function utilities and flexible pipelines to generate circular images for visualizing complex genomic and network data analysis features.
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>NetWeaver</artifactId> <version>0.0.6-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.cran:NetWeaver')
Test Results
This package was last tested against Renjin 0.9.2724 on Feb 28, 2019.
- ensemblerank-examples
- getrankp-examples
- is.overlap-examples
- rc.get.coordinates-examples
- rc.get.params-examples
- rc.initialize-examples
- rc.plot.area-examples
- rc.plot.barpchart-examples
- rc.plot.grColLegend-examples
- rc.plot.heatmap-examples
- rc.plot.histogram-examples
- rc.plot.ideogram-examples
- rc.plot.line-examples
- rc.plot.link-examples
- rc.plot.mHistogram-examples
- rc.plot.point-examples
- rc.plot.ribbon-examples
- rc.plot.text-examples
- rc.plot.track-examples
- rc.plot.track.id-examples
- rc.reset.params-examples
- rc.track.pos-examples