| stars_coglasso | R Documentation |
coglasso networkstars_coglasso() was deprecated in favor of xstars() as the function name
does not reflect properly the method it implements. The new function
also allows new memory-lighter and faster possibilities.
stars_coglasso(
coglasso_obj,
stars_thresh = 0.1,
stars_subsample_ratio = NULL,
rep_num = 20,
max_iter = 10,
verbose = FALSE
)
cg <- coglasso(multi_omics_sd_micro, p = c(4, 2), nlambda_w = 3,
nlambda_b = 3, nc = 3, verbose = FALSE)
# Deprecated, use xstars() instead. Takes around one minute
sel_cg <- stars_coglasso(cg, verbose = FALSE)
# ->
sel_cg <- xstars(cg, verbose = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.