removeIncompleteSamples | R Documentation |
Modifies the data and sampleMetadata slots of an AbundanceData object, to exclude samples with missing SampleMetadata for a specified column.
removeIncompleteSamples(
object,
colName = character(),
verbose = c(TRUE, FALSE)
)
object |
AbundanceData |
colName |
String providing the column name in SampleMetadata to check for completeness |
verbose |
boolean indicating if timed logging is desired |
AbundanceData with modified data and sampleMetadata slots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.