Skip to content
Permalink
3fcdd3ab97
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
16 lines (15 sloc) 557 Bytes
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/methylation_beta_value.R
\name{methylation_model_matrix}
\alias{methylation_model_matrix}
\title{Methylation to Model Matrix}
\usage{
methylation_model_matrix(mapped_beta_values, row_name = "tcga_id")
}
\arguments{
\item{mapped_beta_values}{Data Frame - Mapped methylation data with beta values. Columns = cg Probes}
\item{row_name}{Character - Name of new column | Default: "tcga_id"}
}
\description{
Short function transforming beta value data frame for modeling in glmnet.
}