predictor: To calculate the correlation between the predictor centroid...

Description Usage Arguments Value Examples

View source: R/predictor.R

Description

To calculate the correlation between the predictor centroid and the validation centroid.

Usage

1
predictor(pre.dat, model)

Arguments

pre.dat

a eSet object or eSet-like matrix with features in rows and samples in columns

model

a list containing CrossICC result

Value

a list contains a vecter that store the predict clusters and a normalized expression matrix

Examples

1
2
3
data("demo.platforms")
CrossICC.object <- CrossICC(demo.platforms, skip.mfs = TRUE, max.iter = 1, overwrite = TRUE, output.dir = tempdir())
predicted <- predictor(demo.platforms[[1]], CrossICC.object)

CrossICC documentation built on April 29, 2020, 4:40 a.m.