(Translated by https://www.hiragana.jp/)
GitHub - inzilico/imputeqc: An R package to estimate the quality of imputation of genotypes.
Skip to content

An R package to estimate the quality of imputation of genotypes.

License

Notifications You must be signed in to change notification settings

inzilico/imputeqc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it

imputeqc is an R package and accompanied scripts to estimate the quality of imputation of genotypes that was made with fastPHASE and BEAGLE softwares. Any other tools that support *.inp fastPHASE or VCF files can be also considered. The package is based on masked data analysis.

Possible applications

  1. Estimation of the error of gynotype imputation.

  2. Optimization of the imputation model parameters, e.g., the number of haplotype clusters. The parameter can be further used for the search of signatures of selection with hapFLK test.

  3. Testing different reference panels for imputation.

  4. Benchmarking of different imputation softwares and strategies.

Ho to install from GitHub

Run from R.

  1. Make sure you have devtools package installed.
install.packages("devtools")
  1. Install dependencies
install.packages("BiocManager")
BiocManager::install("VariantAnnotation")
  1. Install imputeqc
devtools::install_github("inzilico/imputeqc", build_vignettes = TRUE)

How to use

Read a vignette How to Select the Number of Clusters for fastPHASE.

  • On a local machine, the vignette can be accessed as follow:
browseVignettes("imputeqc")
  • On remote machine, the vignette can be opened in the "Help" tab of RStudio:
vignette("k_selection")

License

MIT

Citing

Khvorykh GV, Khrunin AV. imputeqc: an R package for assessing imputation quality of genotypes and optimizing imputation parameters. BMC Bioinformatics. 2020;21(Suppl 12):304. Published 2020 Jul 24. doi:10.1186/s12859-020-03589-0. [pubmed], [pdf]

Contacts

Gennady Khvorykh, a bioinformatician, inzilico.com

Interested in contributing to the project? Suggestions, questions, and comments are open! Feel free to drop me the message.