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
22 lines (21 sloc) 710 Bytes
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/unnest_dataframe.R
\name{unnest_dataframe}
\alias{unnest_dataframe}
\title{Unnest columns with Lists}
\usage{
unnest_dataframe(df)
}
\arguments{
\item{df}{Data frame}
\item{remove_df}{Logical - Remove nested data frames.}
}
\value{
Returns a data table of the metadata for a primary cancer site (organ).
}
\description{
This function subsets the metadata for an organ. It works for meta data directly downloaded from TCGA or already filtered meta data. The subset is done by matching the "key" with the column names (patient ID or case_id) of the expression matrix.
}
\examples{
lungMetaData <- subset_metadata(metadata, lungXY)
}