getLowCountSampleFiltered: Verify that samples contain at least a lowest number of...

View source: R/inputVerification.R

getLowCountSampleFilteredR Documentation

Verify that samples contain at least a lowest number of values

Description

Verify that samples contain at least a lowest number of values

Usage

getLowCountSampleFiltered(
  dataMatrix,
  groups,
  threshold = 15,
  stopIfTooFew = TRUE
)

Arguments

dataMatrix

Dataframe with processed input data.

groups

Vector containing condition levels.

threshold

Lowest number of allowed values in a column.

stopIfTooFew

Abort run if lower than threshold number of values in column

Value

None


ComputationalProteomics/NormalyzerDE documentation built on Sept. 18, 2023, 9:15 p.m.