knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
MuPETFlow (Multiple Ploidy Estimation Tool for all Species Compatible with Flow Cytometry) is a graphical user interface (GUI) tool designed to estimate ploidy from DNA cells stained with fluorescent dyes and analyzed via flow cytometry. It automates the processes of file uploading and configuration, peak fluorescence intensity detection, multiple histogram visualizations, peak error curation, ploidy and genome size calculations, and result exportation.
MuPETFlow can be installed from The Comprehensive R Archive Network (CRAN):
install.packages("MuPETFlow")
Alternatively, to install the latest development version directly from GitHub, use:
remotes::install_github("CintiaG/MuPET-Flow")
This package also depends on the Bioconductor package flowCore
, which is not managed via install.packages()
. If not already installed, install it manually by running:
if (!requireNamespace("BiocManager", quietly = TRUE)) { install.packages("BiocManager") } BiocManager::install("flowCore")
Load the MuPETFlow
library.
library(MuPETFlow)
Once MuPETFlow is installed, you can run the application using the following function:
runMuPETFlow()
Once the application is launched, you can either:
Notes:
FL4-A
is automatically detected for demonstration purposes.After launching the app, you can follow the app flow, which is divided into three tabs: Peaks, Regression and Summary. Below is a general description of the options available in each tab:
If any errors are detected in the analyzed samples, you can go back to the Peaks tab to review the parameters. Note that the regression must also be re-done after parameter adjustments.
Gómez-Muñoz, C., & Fischer, G. (2024). MuPET-Flow: Multiple Ploidy Estimation Tool from Flow cytometry data (p. 2024.01.24.577056). bioRxiv. https://doi.org/10.1101/2024.01.24.577056
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.