expectSCE | R Documentation |
Test that a SingleCellExperiment matches an expected object. Designed to be
used inside testhat::test_that()
during package testing.
expectSCE(sce, expected)
sce |
A SingleCellExperiment object. |
expected |
A template SingleCellExperiment object to compare to. |
TRUE
invisibly if checks pass
Luke Zappia
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.