CRAN
QTLRel 1.1
Tools for Mapping of Quantitative Traits of Genetically Related Individuals and Calculating Identity Coefficients from Pedigrees
Released Mar 25, 2019 by Riyan Cheng
Dependencies
This software provides tools for quantitative trait mapping in populations such as advanced intercross lines where relatedness among individuals should not be ignored. It can estimate background genetic variance components, impute missing genotypes, simulate genotypes, perform a genome scan for putative quantitative trait loci (QTL), and plot mapping results. It also has functions to calculate identity coefficients from pedigrees, especially suitable for pedigrees that consist of a large number of generations, or estimate identity coefficients from genotypic data in certain circumstances.
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>QTLRel</artifactId> <version>1.1-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:QTLRel')
Test Results
This package was last tested against Renjin 0.9.2725 on Mar 26, 2019.
- aicVC-examples
- blup-examples
- cic-examples
- estVC-examples
- genMatrix-examples
- genoImpute-examples
- genoProb-examples
- genoSim-examples
- hapSim-examples
- kinship-examples
- lodci-examples
- mAIC-examples
- nullSim-examples
- pedRecode-examples
- plots-examples
- qtl2rel-examples
- qtlVar-examples
- rel2qtl-examples
- scanOne-examples