BioConductor
trio 3.18.0
Testing of SNPs and SNP Interactions in Case-Parent Trio Studies
Released Dec 31, 2015 by Holger Schwender
Testing SNPs and SNP interactions with a genotypic TDT. This package furthermore contains functions for computing pairwise values of LD measures and for identifying LD blocks, as well as functions for setting up matched case pseudo-control genotype data for case-parent trios in order to run trio logic regression, for imputing missing genotypes in trios, for simulating case-parent trios with disease risk dependent on SNP interaction, and for power and sample size calculation in trio data.
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.bioconductor</groupId> <artifactId>trio</artifactId> <version>3.18.0-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.bioconductor:trio')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- allelicTDT-examples
- colEMlrt-examples
- colGxE-examples
- colGxGPerms-examples
- colPOlrt-examples
- colTDTmaxTest-examples
- colTDTsam-examples
- findLDblocks-examples
- getLD-examples
- getMatPseudo-examples
- lrControl-examples
- plot.LDblocks-examples
- plot.getLD-examples
- plot.trioLR-examples
- poly4root-examples
- print.colGxE-examples
- print.trioFS-examples
- print.trioLR-examples
- probTDT-examples
- removeSNPs-examples
- scoreTDT-examples
- tdt-examples
- tdtGxG-examples
- trio.check-examples
- trio.data-examples
- trio.permTest-examples
- trio.power-examples
- trio.prepare-examples
- trio.sim-examples
- trioFS-examples
- trioLR-examples