Skip to contents

Looks up the tumour type from the SCOUT metadata Google Sheet.

Usage

get_tumour_type(spn)

Arguments

spn

SPN identifier, e.g. "SPN01".

Value

A character string, e.g. "CRC", "AML".

Examples

if (FALSE) { # \dontrun{
get_tumour_type("SPN01")
} # }