get_signature_feature_coefs: Get a list of LASSO (regression analysis) coefficients of...

View source: R/get_signature_feature_coefs_omada.R

get_signature_feature_coefsR Documentation

Get a list of LASSO (regression analysis) coefficients of each gene

Description

Get a list of LASSO (regression analysis) coefficients of each gene

Usage

get_signature_feature_coefs(object)

Arguments

object

An object of class "clusterAnalysis"

Value

A list of LASSO (regression analysis) coefficients of each gene

Examples

oa.object <- omada(toy_genes, method.upper.k = 4)
lasso.coefs <- get_signature_feature_coefs(oa.object)

BioSok/omada documentation built on Aug. 21, 2023, 2:38 p.m.