zjwinn / HaploCatcher

An R package for inferring Haplotypes from high-density, non-targeted genotyping platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is a public repository for the R package 'HaploCatcher'. This package utilizes genome-wide molecular data, paired with historical locus/QTL/gene information, to train machine learning algorithms to produce predictive haplotype calls for lines which are genotyped with high density molecular platforms, yet not genotyped for the specific locus/QTL/gene in question. Any questions related to development, maintenance, and potential errors can be directed here.

Installation

To install HaploCatcher in R, users can use the following fucntion taken from the devtools package:

# Install HaploCatcher
devtools::install_github("zjwinn/HaploCatcher")

It is recommended to install using the above code to get the most up-to-date version of HaploCatcher. To install from CRAN instead, use the following code in R:

# Install HaploCatcher from CRAN
install.packages("HaploCatcher")

Getting Started

To understand all necesary inputs for HaploCatcher, users can follow the tutorial laid out in the following R vignette titled, "An Intro to HaploCatcher." To call on the vignette directly from the R terminal, use the following R code after installing HaploCatcher:

# Call vignette
vignette("An_Intro_to_HaploCatcher")

About

An R package for inferring Haplotypes from high-density, non-targeted genotyping platforms

License:Other


Languages

Language:R 100.0%