CRAN

qtlmt 0.1-6

Tools for Mapping Multiple Complex Traits

Released Jul 25, 2017 by Riyan Cheng

This package is available for Renjin and there are no known compatibility issues.

Provides tools for joint analysis of multiple traits in a backcross (BC) or recombinant inbred lines (RIL) population. It can be used to select an optimal subset of traits for multiple-trait mapping, analyze multiple traits via the SURE model, which can associate different QTL with different traits, and perform multiple-trait composite multiple-interval mapping.

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>qtlmt</artifactId>
    <version>0.1-6-b15</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:qtlmt')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.

Source

R
C
C++

View GitHub Mirror

Release History