predictPac: Predicting the test data using pac trained model

Description Usage Arguments Value Author(s) See Also Examples

View source: R/pacCV.R

Description

Predicting the test data using pac trained model

Usage

1
predictPac(train = train, x = x, y = y, int = int, DEBUG = FALSE)

Arguments

train
x

gene expression data for the testing data

y

a factor of length p comprising the class labels.

int

Intersect of genes in network and gene expression profile.

DEBUG

show debugging information in screen or not.

Value

The value returned

auc

The AUC values of test fold

Author(s)

Yupeng Cun yupeng.cun@gmail.com

See Also

See Also as cv.pac

Examples

1
#see cv.pac

netClass documentation built on May 29, 2017, 7:18 p.m.