scHOT_output-set: Setter functions for scHOT objects

scHOT_output<-R Documentation

Setter functions for scHOT objects

Description

Setter functions for scHOT objects

Usage

scHOT_output(x) <- value

Arguments

x

A scHOT object

value

The value the slot should take

Value

A scHOT object

Examples


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_output(scHOT_spatial) <- data.frame()


shazanfar/scHOT documentation built on June 29, 2023, 5:29 p.m.