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?
multimodalR/man/toCancerDataGroups.Rd
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
25 lines (23 sloc)
825 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/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 | |
} |