SelectedSample {StarBioTrek} | R Documentation |
select two labels from ID barcode
SelectedSample(Dataset, typesample)
Dataset |
gene expression matrix |
typesample |
the labels of the samples (e.g. tumor,normal) |
a gene expression matrix of the samples with specified label
tumo<-SelectedSample(Dataset=Data_CANCER_normUQ_fil,typesample="tumour")[,2]