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
24 lines (22 sloc) 834 Bytes
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/z_old_functions.R
\name{add_expression}
\alias{add_expression}
\title{Add Gene Expression}
\usage{
add_expression(df_list, cancer_data, key = "case_id")
}
\arguments{
\item{df_list}{A list of data frames made by \link{make_nested_metadata}}
\item{cancer_data}{A large list created by multimodalR}
\item{key}{Character or integer - column name or index of unique identifier of nested_metadata, default = "case_id"}
}
\value{
Returns the same list but with data frames containing the expression values in a new colummn.
}
\description{
This function adds the gene expression values to each "case_id" of a gene in the data frame. It uses the expressionmatrix from cancer_data.
}
\examples{
lungMetaExpression <- add_expression(lungXY, lungMetaExpression)
}