R/helper_functions.R
GetTrainingData_HPCA.Rd
GetTrainingData_HPCA
returns a list of bootstrapped HPCA training data.
The HPCA training data has 18 classification tasks, each split into two distinct cellular phenotypes (i.e., immune and nonimmune).
GetTrainingData_HPCA
downloads bootstrapped training data to use for model-building.
GetTrainingData_HPCA()
A list with two elements; 'Reference' are the training data, and 'genes' -- the union of all features present in the training data.
if (FALSE) { P = GetTrainingData_HPCA() }