cran. To fix this you can add URL: https://cran.r-universe.dev/slideimp to the package DESCRIPTION file. See also theR-universe documentation.Package: slideimp 1.2.0
slideimp: Numeric Matrices K-NN and PCA Imputation
Fast k-nearest neighbors (K-NN) and principal component analysis (PCA) imputation algorithms for missing values in epigenetic data or other high-dimensional numeric matrices. For PCA, a locally optimal block preconditioned conjugate gradient (LOBPCG) eigensolver with warm starts of both the eigenblock and search direction is also supported. Two complementary imputation strategies are available. Group-wise imputation (e.g., by chromosome) is recommended for Illumina DNA methylation microarrays (e.g., 450K, EPIC) and other matrices with groupable columns. A sliding window approach for K-NN or PCA imputation is recommended only for whole-genome methylation data such as whole-genome bisulfite sequencing (WGBS) or Enzymatic Methyl-seq (EM-seq). The package also supports hyperparameter tuning via repeated cross-validation. The K-NN algorithm is described in: Hastie, T., Tibshirani, R., Sherlock, G., Eisen, M., Brown, P. and Botstein, D. (1999) "Imputing Missing Data for Gene Expression Arrays". The PCA imputation is an optimized reimplementation of the imputePCA() function from the 'missMDA' package described in: Josse, J. and Husson, F. (2016) <doi:10.18637/jss.v070.i01> "missMDA: A Package for Handling Missing Values in Multivariate Data Analysis".
Authors:
slideimp_1.2.0.tar.gz
slideimp_1.2.0.tar.gz(r-4.7-arm64)slideimp_1.2.0.tar.gz(r-4.7-x86_64)slideimp_1.2.0.tar.gz(r-4.6-arm64)slideimp_1.2.0.tar.gz(r-4.6-x86_64)
slideimp_0.5.4.tgz(r-4.5-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
slideimp/json (API)
NEWS
| # Install 'slideimp' in R: |
| install.packages('slideimp', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/hhp94/slideimp/issues
Pkgdown/docs site:https://hhp94.github.io
Last updated from:dfe3063fde. Checks:5 OK, 1 FAIL. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 196 | ||
| linux-devel-x86_64 | OK | 211 | ||
| source / vignettes | OK | 327 | ||
| linux-release-arm64 | OK | 208 | ||
| linux-release-x86_64 | OK | 211 | ||
| wasm-release | FAIL | 187 |
Exports:col_varscompute_metricsgroup_impknn_implobpcg_controlmat_missmean_imp_colpca_impprep_groupssample_na_locsim_matslide_impslideimp_resolve_grouptune_imp
Dependencies:backportsBHbigmemorybigmemory.sricheckmateclicollapsemirainanonextRcppRcppArmadilloRcppThreaduuid
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Calculate Matrix Column Variances | col_vars |
| Compute Prediction Accuracy Metrics | compute_metrics compute_metrics.data.frame compute_metrics.slideimp_tune |
| Grouped K-NN or PCA Imputation | group_imp |
| K-Nearest Neighbor Imputation for Numeric Matrices | knn_imp |
| LOBPCG Eigensolver Control Options | lobpcg_control |
| Column or Row Missing Counts and Proportions | mat_miss |
| Column Mean Imputation | mean_imp_col |
| PCA Imputation for Numeric Matrices | pca_imp |
| Prepare Groups for Imputation | prep_groups |
| Print a 'slideimp_results' Object | print.slideimp_results |
| Print a 'slideimp_sim' Object | print.slideimp_sim |
| Print a 'slideimp_tbl' Object | print.slideimp_tbl |
| Sample Missing-Value Locations with Constraints | sample_na_loc |
| Simulate a Matrix with Metadata | sim_mat |
| Sliding-Window K-NN or PCA Imputation | slide_imp |
| Resolve a Group Specification to a Data Frame | slideimp_resolve_group slideimp_resolve_group.data.frame slideimp_resolve_group.default |
| Tune Imputation Method Parameters | tune_imp |
