getMSF: Get minimum set of features (getMSF)

Description Usage Arguments Value Author(s) See Also Examples

Description

getMSF prints the minimum set of features required by a model from ogcc.

Usage

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

Arguments

model

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

d

a string indicating the RNA-Seq measurement type; either 'RSEM' or 'RPKM'. 'RSEM' by default.

Value

a character vector of the required features for a working model.

Author(s)

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

See Also

ogcc and getLabels

Examples

1
2
msf <- getMSF("normal_tumor")
print(msf)

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