{"id":21976694,"url":"https://github.com/zhengxwen/hibag","last_synced_at":"2025-04-06T23:17:46.099Z","repository":{"id":81752665,"uuid":"21114537","full_name":"zhengxwen/HIBAG","owner":"zhengxwen","description":"R package – HLA Genotype Imputation with Attribute Bagging (development version only)","archived":false,"fork":false,"pushed_at":"2024-11-20T02:58:22.000Z","size":41793,"stargazers_count":30,"open_issues_count":14,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-30T21:12:28.620Z","etag":null,"topics":["bioinformatics","gpu","hla","imputation","mhc","r","snp"],"latest_commit_sha":null,"homepage":"https://hibag.s3.amazonaws.com/index.html","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zhengxwen.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-06-23T05:06:12.000Z","updated_at":"2024-12-12T09:51:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"c8d3f631-a1d2-47e8-9dbe-40b1b2cff495","html_url":"https://github.com/zhengxwen/HIBAG","commit_stats":{"total_commits":457,"total_committers":3,"mean_commits":"152.33333333333334","dds":0.2778993435448578,"last_synced_commit":"dabd9f9f445c0e9bbb9c62f8431c481b5a16197b"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhengxwen%2FHIBAG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhengxwen%2FHIBAG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhengxwen%2FHIBAG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhengxwen%2FHIBAG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhengxwen","download_url":"https://codeload.github.com/zhengxwen/HIBAG/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247563941,"owners_count":20958971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bioinformatics","gpu","hla","imputation","mhc","r","snp"],"created_at":"2024-11-29T16:11:46.122Z","updated_at":"2025-04-06T23:17:46.082Z","avatar_url":"https://github.com/zhengxwen.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"HLA Genotype Imputation with Attribute Bagging\n======\n\nKernel Version: 1.5\n\n![GPLv3](http://www.gnu.org/graphics/gplv3-88x31.png)\n[GNU General Public License, GPLv3](http://www.gnu.org/copyleft/gpl.html)\n\n[![Availability](http://www.bioconductor.org/shields/availability/release/HIBAG.svg)](http://www.bioconductor.org/packages/release/bioc/html/HIBAG.html)\n[![Years-in-BioC](http://www.bioconductor.org/shields/years-in-bioc/HIBAG.svg)](http://www.bioconductor.org/packages/release/bioc/html/HIBAG.html)\n[![R](https://github.com/zhengxwen/HIBAG/actions/workflows/r.yml/badge.svg)](https://github.com/zhengxwen/HIBAG/actions/workflows/r.yml)\n\n\n## Features\n\nHIBAG is a state of the art software package for imputing HLA types using SNP data, and it relies on a training set of HLA and SNP genotypes. HIBAG can be used by researchers with published parameter estimates instead of requiring access to large training sample datasets. It combines the concepts of attribute bagging, an ensemble classifier method, with haplotype inference for SNPs and HLA types. Attribute bagging is a technique which improves the accuracy and stability of classifier ensembles using bootstrap aggregating and random variable selection.\n\n\n## Bioconductor Package\n\nRelease Version: 1.42.0\n\n[http://www.bioconductor.org/packages/HIBAG/](http://www.bioconductor.org/packages/HIBAG/)\n\n\n### Changes in Bioconductor Version (since v1.26.0, Y2020):\n\n* Kernel Version: **v1.5**\n* The kernel v1.5 generates the same training model as v1.4, but 2-6x faster, by taking advantage of Intel AVX, AVX2 and AVX512 intrinsics if available\n\n\n### Changes in Bioconductor Version (since v1.14.0, Y2017):\n\n* Kernel Version: **v1.4**\n* The kernel v1.4 outputs exactly the same model parameter estimates as v1.3, and the model training with v1.4 is 1.2 times faster than v1.3\n* Modify the kernel to support the GPU extension\n\n\n### Changes in Bioconductor Version (since v1.3.0, Y2013):\n\n* Kernel Version: **v1.3**\n* Optimize the calculation of hamming distance using SSE2 and hardware POPCNT instructions if available\n* Hardware POPCNT: 2.4x speedup for large-scale data, compared to the implementation in v1.2.4\n* SSE2 popcount implementation without hardware POPCNT: 1.5x speedup for large-scale data, compared to the implementation in v1.2.4\n\n\n## Package Author \u0026 Maintainer\n\nDr. Xiuwen Zheng\n\n\n## Pre-fit Model Download\n\n* [https://hibag.s3.amazonaws.com/index.html](https://hibag.s3.amazonaws.com/index.html)\n* Platform-specific HLARES models: [https://hibag.s3.amazonaws.com/hlares_index.html](https://hibag.s3.amazonaws.com/hlares_index.html)\n\n\n## Citation\n\nZheng, X. *et al*. HIBAG-HLA genotype imputation with attribute bagging. *Pharmacogenomics Journal* 14, 192-200 (2014).\n[doi: 10.1038/tpj.2013.18](http://dx.doi.org/10.1038/tpj.2013.18)\n\nZheng, X. (2018) Imputation-Based HLA Typing with SNPs in GWAS Studies. In: Boegel S. (eds) HLA Typing. Methods in Molecular Biology, Vol 1802. Humana Press, New York, NY. [doi: 10.1007/978-1-4939-8546-3_11](https://doi.org/10.1007/978-1-4939-8546-3_11)\n\n\n## Installation\n\n* Bioconductor repository:\n```R\nsource(\"http://bioconductor.org/biocLite.R\")\nbiocLite(\"HIBAG\")\n```\n\n* Development version from Github (for developers/testers only):\n```R\nlibrary(\"devtools\")\ninstall_github(\"zhengxwen/HIBAG\")\n```\nThe `install_github()` approach requires that you build from source, i.e. `make` and compilers must be installed on your system -- see the [R FAQ](https://cran.r-project.org/faqs.html) for your operating system; you may also need to install dependencies manually.\n\n\n## Acceleration\n\n### CPU with Intel Intrinsics\n\n* **GCC (\u003e= v6.0)** is strongly recommended to compile the HIBAG package (Intel ICC is not suggested).\n\n* `HIBAG::hlaSetKernelTarget(\"max\")` can be used to maximize the algorithm efficiency.\n\n\n### GPU with OpenCL\n\n* [HIBAG.gpu](https://github.com/zhengxwen/HIBAG.gpu), requiring HIBAG (\u003e= v1.28.0).\n\n\n## Archive\n\n[https://github.com/zhengxwen/Archive/tree/master/HIBAG](https://github.com/zhengxwen/Archive/tree/master/HIBAG)\n\n[https://bioconductor.org/about/release-announcements](https://bioconductor.org/about/release-announcements)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhengxwen%2Fhibag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhengxwen%2Fhibag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhengxwen%2Fhibag/lists"}