Skip to content
Permalink
master
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/TCGAFunctions.R
\name{toCancerDataGroups}
\alias{toCancerDataGroups}
\title{toCancerDataGroups
Sorts the TCGA expression data with the metadata into groups of different cancer types}
\usage{
toCancerDataGroups(cancerDataExpression, metadata, verbose = TRUE)
}
\arguments{
\item{cancerDataExpression}{TCGA cancer expression data}
\item{metadata}{TCGA cancer metadata}
\item{verbose}{logical. Whether to print progress messages}
}
\description{
toCancerDataGroups
Sorts the TCGA expression data with the metadata into groups of different cancer types
}
\details{
The groupsData that is returned consists of the different diagnosis groups
(http://www.icd10data.com/ICD10CM/Codes/C00-D49)
and the expression matrix of each of the diagnosis groups
}