View HMRF Results

viewHMRFresults()

View results from `doHMRF() <doHMRF>`_.

viewHMRFresults(
    gobject,
    HMRFoutput,
    k = NULL,
    betas_to_view = NULL,
    third_dim = FALSE,
    ...
)

Arguments

gobject

giotto object

HMRFoutput

HMRF output from doHMRF

k

number of HMRF domains

betas_to_view

results from different betas that you want to view

third_dim

3D data (boolean)

additional parameters (see Details)

Value

Reloads a previously run HMRF from doHRMF(). It has spatial plots with HMRF domains.

Details

See doHMRF for more information.

See also

spatPlot2D() and spatPlot3D().

Examples

viewHMRFresults(gobject)