Package 'CyTOFpower'

Title: Power analysis for CyTOF experiments
Description: This package is a tool to predict the power of CyTOF experiments in the context of differential state analyses. The package provides a shiny app with two options to predict the power of an experiment: i. generation of in-sicilico CyTOF data, using users input ii. browsing in a grid of parameters for which the power was already precomputed.
Authors: Anne-Maud Ferreira [cre, aut] , Catherine Blish [aut], Susan Holmes [aut]
Maintainer: Anne-Maud Ferreira <[email protected]>
License: LGPL-3
Version: 1.11.0
Built: 2024-07-06 05:33:25 UTC
Source: https://github.com/bioc/CyTOFpower

Help Index


CyTOFpower: R-package to predict the power of a CyTOF experiment

Description

This package provides functions and a shiny app to predict the power of a CyTOF experiment.

Interactive shiny app to predict the power of a CyTOF experiment.

Usage

CyTOFpower()

Value

Interactive shiny app.

Examples

# Launch the shiny app
if (interactive()) {
  CyTOFpower()
}