Test that a SingleCellExperiment matches an expected object. Designed to be used inside testhat::test_that() during package testing.

expectSCE(sce, expected)

Arguments

sce

A SingleCellExperiment object.

expected

A template SingleCellExperiment object to compare to.

Value

TRUE invisibly if checks pass

Author

Luke Zappia