View source: R/check_sce_layer.R
check_sce_layer | R Documentation |
This function checks that the sce_layer
object has the appropriate structure.
For more details please check the vignette documentation.
check_sce_layer(sce_layer, variables = "spatialLIBD")
sce_layer |
Defaults to the output of
|
variables |
A |
The input object if all checks are passed.
Other Check input functions:
check_modeling_results()
,
check_sce()
,
check_spe()
## Obtain example data from the HumanPilot project
## (Maynard, Collado-Torres, et al, 2021)
if (!exists("sce_layer")) sce_layer <- fetch_data("sce_layer")
## Check the pseudo-bulked data
check_sce_layer(sce_layer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.