MAPFX
MAssively Parallel Flow cytometry Xplorer (MAPFX): A Toolbox for Analysing Data from the Massively-Parallel Cytometry Experiments
Bioconductor version: 3.23 · Package version: 1.8.0
MAPFX is an end-to-end toolbox that pre-processes the raw data from MPC experiments (e.g., BioLegend's LEGENDScreen and BD Lyoplates assays), and further imputes the ‘missing’ infinity markers in the wells without those measurements. The pipeline starts by performing background correction on raw intensities to remove the noise from electronic baseline restoration and fluorescence compensation by adapting a normal-exponential convolution model. Unwanted technical variation, from sources such as well effects, is then removed using a log-normal model with plate, column, and row factors, after which infinity markers are imputed using the informative backbone markers as predictors. The completed dataset can then be used for clustering and other statistical analyses. Additionally, MAPFX can be used to normalise data from FFC assays as well.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("MAPFX") Details
| Maintainer | Hsiao-Chi Liao <chelsea.acad@gmail.com> |
| Author | Hsiao-Chi Liao [aut, cre] (ORCID: <https://orcid.org/0000-0002-9586-1246>), Agus Salim [ctb], infinityFlow [ctb] |
| License | GPL-2 |
| URL | https://github.com/HsiaoChiLiao/MAPFX |
| Bug Reports | https://github.com/HsiaoChiLiao/MAPFX/issues |
| Downloads rank | 195 |
| Source branch | RELEASE_3_23 |
| biocViews | CellBasedAssays, Clustering, FlowCytometry, Proteomics, SingleCell, Software |
Documentation
Download
Dependencies
Depends: R (>= 4.4.0)
Imports: flowCore, Biobase, stringr, uwot, iCellR, igraph, ggplot2, RColorBrewer, Rfast, ComplexHeatmap, circlize, glmnetUtils, e1071, xgboost (>= 3.0.0), parallel, pbapply, reshape2, gtools, utils, stats, cowplot, methods, grDevices, graphics