Skip to contents

Modifies the data and sampleMetadata slots of an AbundanceData object, to exclude samples with missing SampleMetadata for a specified column.

Usage

removeIncompleteSamples(
  object,
  colName = character(),
  verbose = c(TRUE, FALSE)
)

# S4 method for AbundanceData
removeIncompleteSamples(
  object,
  colName = character(),
  verbose = c(TRUE, FALSE)
)

Arguments

object

AbundanceData

colName

String providing the column name in SampleMetadata to check for completeness

verbose

boolean indicating if timed logging is desired

Value

AbundanceData with modified data and sampleMetadata slots