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/methylation_model_matrix.Rd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
16 lines (15 sloc)
557 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/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. | |
} |