The MC-ANOVA R package provides:
-
MC_ANOVA: A function to estimate the Relative Accuracy (RA) of cross-ancestry prediction for short chromosome segments.
-
Maps of the Relative Accuracy of European-derived local genomic scores for African, Caribbean, East Asian, and South Asian ancestry groups.
-
A Shiny App providing a graphical interface to the Relative Accuracy maps. (Note, a slower but URL-acccessible version of the app can be found here)
-
Tools that, together with
MC_ANOVA()can be used develop Relative Accuracy maps.
To install the development version from GitHub, first install remotes:
install.packages("remotes")
library(remotes)Then install the package:
# detach("package:MCANOVA", unload = TRUE)
install_github("lupiA/MCANOVA")
library(MCANOVA)This should take about one minute for a typical computer when including installation of all non-base dependencies.
This package should be compatible with Windows, Mac, and Linux operating systems and has been tested on Windows 7 & 10, macOS Monterey, and Linux CentOS 7.