Package: GBScleanR
Type: Package
Title: Error correction tool for noisy genotyping by sequencing (GBS)
        data
Version: 2.2.0
Date: 2025-04-09
Authors@R: person("Tomoyuki", "Furuta", 
           email = "f.tomoyuki@okayama-u.ac.jp",
           role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-0869-6626"))
Description: 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.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LinkingTo: Rcpp, RcppParallel
SystemRequirements: GNU make, C++11
Depends: SeqArray
Imports: stats, utils, methods, ggplot2, tidyr, expm, Rcpp,
        RcppParallel, gdsfmt
Suggests: BiocStyle, testthat (>= 3.0.0), knitr, rmarkdown
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
biocViews: GeneticVariability, SNP, Genetics, HiddenMarkovModel,
        Sequencing, QualityControl
BugReports: https://github.com/tomoyukif/GBScleanR/issues
URL: https://github.com/tomoyukif/GBScleanR
Config/testthat/edition: 3
git_url: https://git.bioconductor.org/packages/GBScleanR
git_branch: RELEASE_3_21
git_last_commit: 8528fbe
git_last_commit_date: 2025-04-15
Repository: Bioconductor 3.21
Date/Publication: 2025-04-15
NeedsCompilation: yes
Packaged: 2025-04-16 00:51:54 UTC; biocbuild
Author: Tomoyuki Furuta [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-0869-6626>)
Maintainer: Tomoyuki Furuta <f.tomoyuki@okayama-u.ac.jp>
Built: R 4.5.0; x86_64-w64-mingw32; 2025-04-16 14:29:47 UTC; windows
Archs: x64
