doHMRF
¶
doHMRF
Description¶
Run HMRF
Usage¶
doHMRF(
gobject,
spat_unit = NULL,
feat_type = NULL,
expression_values = c("normalized", "scaled", "custom"),
spatial_network_name = "Delaunay_network",
spat_loc_name = "raw",
spatial_genes = NULL,
spatial_dimensions = c("sdimx", "sdimy", "sdimz"),
dim_reduction_to_use = NULL,
dim_reduction_name = "pca",
dimensions_to_use = 1:10,
seed = 100,
name = "test",
k = 10,
betas = c(0, 2, 50),
tolerance = 1e-10,
zscore = c("none", "rowcol", "colrow"),
numinit = 100,
python_path = NULL,
output_folder = NULL,
overwrite_output = TRUE
)
Arguments¶
Argument |
Description |
---|---|
|
giotto object |
|
spatial unit |
|
feature type |
|
expression values to use |
|
name of spatial network to use for HMRF |
|
name of spatial locations |
|
spatial genes to use for HMRF |
|
select spatial dimensions to use, default is all possible dimensions |
|
use another dimension reduction set as input |
|
name of dimension reduction set to use |
|
number of dimensions to use as input |
|
seed to fix random number generator (for creating initialization of HMRF) (-1 if no fixing) |
|
name of HMRF run |
|
number of HMRF domains |
|
betas to test for. three numbers: start_beta, beta_increment, num_betas e.g. c(0, 2.0, 50) |
|
tolerance |
|
zscore |
|
number of initializations |
|
python path to use |
|
output folder to save results |
|
overwrite output folder |
Details¶
Description of HMRF parameters …
Value¶
Creates a directory with results that can be viewed with viewHMRFresults