View source: R/get_signature_feature_coefs_omada.R
get_signature_feature_coefs | R Documentation |
Get a list of LASSO (regression analysis) coefficients of each gene
get_signature_feature_coefs(object)
object |
An object of class "clusterAnalysis" |
A list of LASSO (regression analysis) coefficients of each gene
oa.object <- omada(toy_genes, method.upper.k = 4)
lasso.coefs <- get_signature_feature_coefs(oa.object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.