CRAN
xhmmScripts 1.1
XHMM R scripts
Released Jun 15, 2014 by Menachem Fromer
Dependencies
R scripts for plotting and assessing XHMM whole-exome-sequencing-based CNV calls. XHMM (eXome Hidden Markov Model) is a C++ software package (http://atgu.mgh.harvard.edu/xhmm) written to call copy number variation (CNV) from next-generation sequencing projects, where exome capture was used (or targeted sequencing, more generally). This R package enables the user to visualize both the PCA normalization performed by XHMM and the CNVs it has called.
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>xhmmScripts</artifactId> <version>1.1-b39</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:xhmmScripts')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.