miniReg: miniReg Runs lasso regression on a single feature from...

View source: R/molecularSigs.R

miniRegR Documentation

miniReg Runs lasso regression on a single feature from tabular data

Description

miniReg Runs lasso regression on a single feature from tabular data

Usage

miniReg(tab, mol.feature, feature.val, enet.alpha = seq(0.1, 1, 0.1))

Arguments

tab

with column names ‘AML sample',meanVal,Gene, and whatever the value of ’mol.feature' is.

enet.alpha

numeric vector specifying the alpha values to use when running glmnet

Value

a data.frame with three values/columns: MSE, numFeatures, and Genes


PNNL-CompBio/amlresistancenetworks documentation built on Feb. 8, 2025, 11:27 a.m.