Permalink
Cannot retrieve contributors at this time
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?
mmRmeta/man/combine_list.Rd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
20 lines (17 sloc)
626 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% 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. | |
} |