Name Mode Size
..
MAI.Rd 100644 4 kb
untargeted_LCMS_data.Rd 100644 1 kb
README.md
# Mechanism-Aware Imputation (MAI) A two-step approach to imputing missing data in metabolomics. Pending publication ## Installation Install via Bioconductor: ```R if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("MAI") ``` Install via GitHub: ```R if (!require("devtools")) install.packages("devtools") devtools::install_github("KechrisLab/MAI") ``` ## Bug Reports Report bugs as issues on the [GitHub repository new issue](https://github.com/KechrisLab/MAI/issues)