Learn R Programming

ABHgenotypeR

The ABHgenotypeR R package to easily visualize and manipulate ABH genotypes.

Introduction

The ABHgenotypeR package provides simple imputation, error-correction and plotting capacities for genotype data. The function in this package were initially developed for the GBS/QTL analysis pipeline described in:

Furuta, Reuscher et. al., 2016 Adaption genotyping by sequencing for rice F2 populations. BMC Genomics XYZ

The ABHgenotypeR package is supposed to serve as an intermediate but independent analysis tool between the TASSEL GBS pipeline and the qtl package. ABHgenotypeR provides functionalities not found in either TASSEL or qtl in addition to visualization of genotypes as "graphical genotypes". Plotting is based on ggplot2.

Installation

Note:

CRAN V1.0.0 contains a bug which missorts markers, install from git for now

from CRAN:

install.package("ABHgenotypeR")
library(ABHgenotypeR)

or from github:

#needs "devtools"
install.packages("devtools")
library(devtools)

install_github("StefanReuscher/ABHgenotypeR", build_vignettes = TRUE)

for more information run:

vignette("ABHgenotypeR-vignette", package = "ABHgenotypeR")

Copy Link

Version

Install

install.packages('ABHgenotypeR')

Monthly Downloads

249

Version

1.0.1

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Stefan Reuscher

Last Published

February 4th, 2016

Functions in ABHgenotypeR (1.0.1)

plotAlleleFreq

Plot the parental allele frequencies along the chromosomes.
writeABHgenotypes

Export a genotype list to a .csv file.
ABHgenotypeR

ABHgenotypeR: A package for easy visualization and manipulating of ABH genotypes.
correctStretches

Correct short miscalled stretches based on flanking alleles.
correctUndercalledHets

Correct undercalled heterozygous sites based on flanking alleles.
reportGenos

Report the total and relative number of each allele in a genotype object.
plotGenos

Plot graphical genotypes.
readABHgenotypes

Read in the output of the genosToABH plugin.
plotCompareGenos

Compare to genotype matrices
plotMarkerDensity

Plot the marker density along the chromosomes.
imputeByFlanks

Impute missing genotypes based on flanking alleles