This is the development version of GBScleanR; for the stable release version, see GBScleanR.
Error correction tool for noisy genotyping by sequencing (GBS) dataBioconductor version: Development (3.22)
GBScleanR is a package for quality check, filtering, and error correction of genotype data derived from next generation sequcener (NGS) based genotyping platforms. GBScleanR takes Variant Call Format (VCF) file as input. The main function of this package is `estGeno()` which estimates the true genotypes of samples from given read counts for genotype markers using a hidden Markov model with incorporating uneven observation ratio of allelic reads. This implementation gives robust genotype estimation even in noisy genotype data usually observed in Genotyping-By-Sequnencing (GBS) and similar methods, e.g. RADseq. The current implementation accepts genotype data of a diploid population at any generation of multi-parental cross, e.g. biparental F2 from inbred parents, biparental F2 from outbred parents, and 8-way recombinant inbred lines (8-way RILs) which can be refered to as MAGIC population.
Author: Tomoyuki Furuta [aut, cre] ORCID: 0000-0002-0869-6626
Maintainer: Tomoyuki Furuta <f.tomoyuki at okayama-u.ac.jp>
Citation (from within R, entercitation("GBScleanR")
): Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("GBScleanR")
For older versions of R, please refer to the appropriate Bioconductor release.
DocumentationTo view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("GBScleanR")
Details biocViews GeneticVariability, Genetics, HiddenMarkovModel, QualityControl, SNP, Sequencing, Software Version 2.3.2 In Bioconductor since BioC 3.15 (R-4.2) (3 years) License GPL-3 + file LICENSE Depends SeqArray Imports stats, utils, methods, ggplot2, tidyr, expm, Rcpp, RcppParallel, gdsfmt System Requirements GNU make, C++11 URL https://github.com/tomoyukif/GBScleanR Bug Reports https://github.com/tomoyukif/GBScleanR/issues See More Package Archives
Follow Installation instructions to use this package in your R session.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4