CRAN
qqman 0.1.4
Q-Q and Manhattan Plots for GWAS Data
Released Mar 16, 2017 by Stephen Turner
This package can be loaded by Renjin but 1 out 2 tests failed.
Dependencies
Create Q-Q and manhattan plots for GWAS data from PLINK results.
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>qqman</artifactId> <version>0.1.4-b26</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:qqman')
Test Results
This package was last tested against Renjin 0.9.2709 on Nov 8, 2018.