Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/use_glmnet.R
\name{combine_list}
\alias{combine_list}
\title{Glmnet List Transformaation}
\usage{
combine_list(glmnet_result, gene_names = NULL, index_fit = 1, index_cv = 2)
}
\arguments{
\item{glmnet_result}{Result of function use_glmnet_new}
\item{gene_names}{Character - gene names}
\item{index_fit}{Integer - index of results of glm fit in list}
\item{index_cv}{Integer - index of results of cross validation in list}
}
\description{
When using use_glmnet_new, the obtained results are two lists (fit, cv). Combine the two lists genewise.
}