Learn R Programming

SignacX (version 2.2.5)

GetTrainingData_HPCA: 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()

Arguments

Value

A list with two elements; 'Reference' are the training data, and 'genes' -- the union of all features present in the training data.

Examples

Run this code
# NOT RUN {
P = GetTrainingData_HPCA()
# }

Run the code above in your browser using DataLab