CRAN
detectRUNS 0.9.5
Detect Runs of Homozygosity and Runs of Heterozygosity in Diploid Genomes
Released Feb 6, 2018 by Filippo Biscarini
Dependencies
itertools 0.1-3 plyr 1.8.4 Rcpp data.table 1.10.4-3 iterators 1.0.9 ggplot2 2.2.1 reshape2 1.4.3 gridExtra 2.3
Detection of runs of homozygosity and of heterozygosity in diploid genomes using two methods: sliding windows (Purcell et al (2007)
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>detectRUNS</artifactId> <version>0.9.5-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:detectRUNS')
Test Results
This package was last tested against Renjin 0.9.2594 on Feb 8, 2018.
- Froh_inbreeding-examples
- Froh_inbreedingClass-examples
- Testing_functions.Testing_createRUNdf_E1
- Testing_functions.Testing_createRUNdf_E2
- Testing_functions.Testing_createRUNdf_E3
- Testing_functions.Testing_createRUNdf_E4
- Testing_functions.Testing_createRUNdf_E5
- Testing_functions.Testing_createRUNdf_E6
- Testing_functions.Testing_createRUNdf_E7
- Testing_functions.Testing_genoConvert
- Testing_functions.Testing_heteroZygotTestCpp_E1
- Testing_functions.Testing_heteroZygotTestCpp_E2
- Testing_functions.Testing_heteroZygotTestCpp_E3
- Testing_functions.Testing_heteroZygotTestCpp_E4
- Testing_functions.Testing_heteroZygotTest_E1
- Testing_functions.Testing_heteroZygotTest_E2
- Testing_functions.Testing_heteroZygotTest_E3
- Testing_functions.Testing_heteroZygotTest_E4
- Testing_functions.Testing_homoZygotTestCpp_E1
- Testing_functions.Testing_homoZygotTestCpp_E2
- Testing_functions.Testing_homoZygotTestCpp_E3
- Testing_functions.Testing_homoZygotTestCpp_E4
- Testing_functions.Testing_homoZygotTest_E1
- Testing_functions.Testing_homoZygotTest_E2
- Testing_functions.Testing_homoZygotTest_E3
- Testing_functions.Testing_homoZygotTest_E4
- Testing_functions.Testing_slidingWindow_E1
- Testing_functions.Testing_slidingWindow_E2
- Testing_functions.Testing_snpInRun
- Testing_functions.Testing_snpInRunCpp
- Testing_functions.Testing_snpInsideRuns
- consecutiveRUNS.run-examples
- plot_DistributionRuns-examples
- plot_InbreedingChr-examples
- plot_PatternRuns-examples
- plot_Runs-examples
- plot_SnpsInRuns-examples
- plot_StackedRuns-examples
- plot_ViolinRuns-examples
- plot_manhattanRuns-examples
- readExternalRuns-examples
- slidingRUNS.run-examples
- snpInsideRuns-examples
- summaryRuns-examples
- tableRuns-examples
- testthat