Package authored by Eric Song and Paul Hoffman based on the statistical model by Pejman Mohammadi.
A toolkit for quantifying genetic variation in gene dosage from allelic expression (AE) data. anevah implements the ANEVA method for haplotype-based AE data generated from phASER.
You can install anevah from GitHub with:
if (!requireNamespace('remotes', quietly = TRUE) {
install.packages('remotes')
}
remotes::install_github('PejLab/ANEVAh_repo')