SelectedSample {StarBioTrek}R Documentation

Select the class of TCGA data

Description

select two labels from ID barcode

Usage

SelectedSample(Dataset, typesample)

Arguments

Dataset

gene expression matrix

typesample

the labels of the samples (e.g. tumor,normal)

Value

a gene expression matrix of the samples with specified label

Examples

tumo<-SelectedSample(Dataset=Data_CANCER_normUQ_fil,typesample="tumour")[,2]

[Package StarBioTrek version 1.16.0 Index]