TumorNormalMatch: Get Matched Tumor and Normal Samples.

Description Usage Arguments Details Value Examples

Description

Get data matrix of molecular profiles for matching tumor and normal samples.

Usage

1

Arguments

dat

data matrix in gene x sample format.

Details

This function returns a list of two gene-by-sample matrices. The samples in both matrices are of matching patients and are sorted at the same order.

Value

A list of two elements:

primary.tumor

a matrix containing tumor samples; of dimension of gene x tumor samples.

normal

a matrix of normal samples; of dimension gene x normal samples.

Examples

1
2
3
library(TCGA2STAT)
lusc.rnaseq2 <- getTCGA(disease="LUSC", data.type="RNASeq2")
lusc.rnaseq2.tum.norm <- TumorNormalMatch(lusc.rnaseq2$dat)

TCGA2STAT documentation built on May 2, 2019, 6:49 a.m.