parseSampleGroups {psichomics}R Documentation

Return the type of a given sample

Description

Return the type of a given sample

Usage

parseSampleGroups(sample, filename = system.file("extdata",
  "TCGAsampleType.RDS", package = "psichomics"))

Arguments

sample

Character: ID of the sample

filename

Character: path to RDS file containing corresponding type

Value

Types of the TCGA samples

Examples

parseSampleGroups(c("TCGA-01A-Tumour", "TCGA-10B-Normal"))

[Package psichomics version 1.9.1 Index]