Description Usage Arguments Value Examples
To calculate the correlation between the predictor centroid and the validation centroid.
1 | predictor(pre.dat, model)
|
pre.dat |
a eSet object or eSet-like matrix with features in rows and samples in columns |
model |
a list containing CrossICC result |
a list contains a vecter that store the predict clusters and a normalized expression matrix
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.