getLabels: Get the output labels (getLabels)

Description Usage Arguments Value Author(s) See Also Examples

Description

getLabels print the levels of the output variable a model has had trained on.

Usage

1
getLabels(model = "types", d = "RSEM")

Arguments

model

is a prediction model name from ogcc. See model argument.

Value

a character vector of the class labels a model was trained on and can predict.

Author(s)

Ayman Abuelela; ayman.elkhodiery@kaust.edu.sa

See Also

ogcc and getMSF

Examples

1
2
labels <- getLabels("normal_tumor")
print(labels)

aymanabuelela/ogcc documentation built on May 11, 2019, 4:15 p.m.