dot-calculatePower: Power calculation

.calculatePowerR Documentation

Power calculation

Description

Power calculation

Usage

.calculatePower(
  desiredFC,
  FDR,
  delta,
  median_sigma_error,
  median_sigma_subject,
  numSample
)

Arguments

desiredFC

the range of a desired fold change which includes the lower and upper values of the desired fold change.

FDR

a pre-specified false discovery ratio (FDR) to control the overall false positive rate. Default is 0.05

delta

difference between means (?)

median_sigma_error

median of error standard deviation

median_sigma_subject

median standard deviation per subject

numSample

minimal number of biological replicates per condition. TRUE represents you require to calculate the sample size for this category, else you should input the exact number of biological replicates.


MeenaChoi/MSstats documentation built on April 17, 2024, 2:38 p.m.