CRAN
genotypeR 0.0.1.8
SNP Genotype Marker Design and Analysis
Released May 22, 2018 by Stephen Alfred Sefick
Dependencies
doBy 4.6-1 zoo 1.8-1 colorspace 1.3-2 plyr 1.8.4 reshape2 1.4.3
We implement a common genotyping workflow with a standardized software interface. 'genotypeR' designs genotyping markers from vcf files, outputs markers for multiplexing suitability on various platforms (Sequenom and Illumina GoldenGate), and provides various QA/QC and analysis functions. We developed this package to analyze data in Stevison LS, SA Sefick, CA Rushton, and RM Graze. 2017. Invited Review: Recombination rate plasticity: revealing mechanisms by design. Philosophical Transactions Royal Society London B Biol Sci 372:1-14.
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>genotypeR</artifactId> <version>0.0.1.8-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:genotypeR')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- CO-examples
- GoldenGate2iCOM_design-examples
- Heterogametic_Genotype_Warnings-examples
- Ref_Alt_Table-examples
- binary_coding-examples
- convert2qtl_table-examples
- count_CO-examples
- genotypes_data-examples
- grep_df_subset-examples
- initialize_genotypeR_data-examples
- make_marker_names-examples
- markers-examples
- read_in_Master_SNPs_data-examples
- read_in_sequenom_data-examples
- sort_sequenom_df-examples
- subsetChromosome-examples
- testthat
- zero_one_two_coding-examples