powered by
Load phenotype file from .cls file
load_cls(file)
A list with components:
Pheotype of samples
A vector with encoded value of pheotypes. If there is k pheotypes, it takes values \(0, 1, \ldots, k-1\).
Name of .cls file which contains phenotypes of samples, separared by spaces.
# Pheotype files are available after registration at Broad institute GSEA website # http://www.broadinstitute.org/gsea if (FALSE) { filename <- "P53.cls" label <- load_cls(filename) }
Run the code above in your browser using DataLab