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

Description Usage Arguments Value

View source: R/inputVerification.R

Description

Verify that samples contain at least a lowest number of values

Usage

1
2
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


NormalyzerDE documentation built on Nov. 8, 2020, 8:22 p.m.