MuPETFlow-introduction

Introduction

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.

How to install MuPETFlow

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")

How to run MuPETFlow

Load the MuPETFlow library.

library(MuPETFlow)

Once MuPETFlow is installed, you can run the application using the following function:

runMuPETFlow()

Description

Once the application is launched, you can either:

  1. Load your experimental data.
  2. Run an in-app example by clicking the ‘Example’ button.

Notes:

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:

Peaks

Regression

Summary

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.

References

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