Description Usage Arguments Value Examples
Strip the scHOT output
1 |
scHOT |
A scHOT object |
force |
A logical indicates whther forcing stripping the scHOT output |
store |
A logical flag on whether the scHOT should be stored as .rds file |
file_name |
A string indicates the file name of the scHOT will be stored |
A scHOT object with scHOT_output striped
1 2 3 4 5 6 7 8 | data(MOB_subset)
sce_MOB_subset <- MOB_subset$sce_MOB_subset
scHOT_spatial <- scHOT_buildFromSCE(sce_MOB_subset,
assayName = "logcounts",
positionType = "spatial",
positionColData = c("x", "y"))
scHOT_spatial <- scHOT_stripOutput(scHOT_spatial)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.