checkConsistency: Check consistency of Data object

Description Usage Arguments Value Examples

View source: R/checkConsistency.R

Description

Given a PlateData or WellData object, check if all sub-objects are consistent, i.e. if they contain the same features, barcodes, well names.

Usage

1

Arguments

x

The object of interest.

Value

Logical: TRUE if consistent, FALSE if inconsistent (the inconsistencies are printed).

Examples

1
2
plate <- PlateLocation("J101-2C")
checkConsistency(plate)

nbenn/singleCellFeatures documentation built on May 23, 2019, 12:24 p.m.