Title: Multiple Ploidy Estimation Tool for all Species Compatible with Flow Cytometry
Version: 0.1.1
Description: A graphical user interface tool to estimate ploidy from DNA cells stained with fluorescent dyes and analyzed by flow cytometry, following the methodology of Gómez-Muñoz and Fischer (2024) <doi:10.1101/2024.01.24.577056>. Features include multiple file uploading and configuration, peak fluorescence intensity detection, histogram visualizations, peak error curation, ploidy and genome size calculations, and easy results export.
License: GPL (≥ 3)
Encoding: UTF-8
Date/Publication: 2025-01-15 19:40:19 UTC
RoxygenNote: 7.3.2
Imports: BiocManager, dplyr, DT, ggplot2, ggrepel, gridExtra, markdown, shiny, shinythemes, tidyr, zoo
Suggests: knitr, flowCore, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-01-15 16:07:57 UTC; cintia
Author: Cintia Gómez-Muñoz ORCID iD [aut, cre], Gilles Fischer ORCID iD [aut]
Maintainer: Cintia Gómez-Muñoz <cintia.gomez_munoz@sorbonne-universite.fr>
Repository: CRAN

Run the MuPETFlow app

Description

This function launches the Shiny app included in MuPETFlow. 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: For the first case, selecting the channel where the data was acquired is mandatory. If you choose the second, the tool will download the example files in a temporary file. This process requires internet connection and might take a few minutes. Then, the example channel `FL4-A` is automatically detected for demonstration purposes.

Usage

runMuPETFlow()

Details

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.

Value

No return value, called for side effects.

Examples

if (interactive()) {
  # Example: Check that the function exists and runs
  runMuPETFlow()
} else {
  message("This is a Shiny app wrapper. Run interactively to use.")
}