Description Usage Arguments Value Examples
Add a testing scaffold to a scHOT object
1 | scHOT_addTestingScaffold(scHOT, testingScaffold)
|
scHOT |
A scHOT object |
testingScaffold |
A matrix with rows for each testing combination, and columns for level of dimensionality (1 for single gene etc.) |
A scHOT object with slot testingScaffold saved
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"))
pairs <- matrix(c("Arrb1", "Mtor", "Dnm1l", "Gucy1b3"), ncol = 2, byrow = TRUE)
scHOT_spatial <- scHOT_addTestingScaffold(scHOT_spatial, pairs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.