GetTrainingData_HPCA {SignacX} | R Documentation |
Loads bootstrapped HPCA training data from GitHub
Description
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.
Usage
GetTrainingData_HPCA()
Value
A list with two elements; 'Reference' are the training data, and 'genes' – the union of all features present in the training data.
Examples
## Not run:
P = GetTrainingData_HPCA()
## End(Not run)
[Package SignacX version 2.2.5 Index]