Summix
Summix2: A suite of methods to estimate, adjust, and leverage substructure in genetic summary data
Bioconductor version: 3.23 · Package version: 2.18.0
This package contains the Summix2 method for estimating and adjusting for substructure in genetic summary allele frequency data. The function summix() estimates reference group proportions using a mixture model. The adjAF() function produces adjusted allele frequencies for an observed group with reference group proportions matching a target individual or sample. The summix_local() function estimates local ancestry mixture proportions and performs selection scans in genetic summary data.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("Summix") Details
| Maintainer | Audrey Hendricks <audrey.hendricks@cuanschutz.edu> |
| Author | Audrey Hendricks [cre], Price Adelle [aut], Stoneman Haley [aut] |
| License | MIT + file LICENSE |
| Bug Reports | https://github.com/Bioconductor/Summix/issues |
| Downloads rank | 177 |
| Source branch | RELEASE_3_23 |
| biocViews | Genetics, Software, StatisticalMethod, WholeGenome |
Documentation
Download
Dependencies
Depends: R (>= 4.3)
Imports: dplyr, nloptr, magrittr, methods, tibble, tidyselect, BEDASSLE, scales, visNetwork, randomcoloR
Suggests: rmarkdown, markdown, knitr, testthat (>= 3.0.0)