summary.iC10: Summary results of the iC10 classifier

Description Usage Arguments Value Author(s) References See Also Examples

Description

Summary results of the iC10 classifier: shows the distribution of samples classified into each iC10 group and a summary of the maximum posterior probablity for each sample. Small values pinpoint samples with no clear group assigned.

Usage

1
2
## S3 method for class 'iC10'
summary(object, ...)

Arguments

object

An object of iC10 class.

...

Additional arguments passed to summary.

Value

The function prints a table of the classification ad a summary of the maximum posterior probability for each sample.

Author(s)

Oscar M Rueda

References

Ali HR et al. Genome-driven integrated classification of breast cancer validated in over 7,500 samples. Genome Biology 2014; 15:431. Curtis et al. The genomic and transcriptomic architecture of 2,000 breast tumours reveals novel subgroups. Nature 2012; 486:346-352. Tibshirani et al. Diagnosis of multiple cancer types by shrunken centroids of gene expression. PNAS 2002; 99(10):6567-6572.

See Also

See iC10 and pamr.train, pamr.cv and pamr.predict in package pamr.

Examples

1
2
3
4
5
6
7
8
require(iC10TrainingData)
data(train.CN)
data(train.Exp)
features <- matchFeatures(Exp=train.Exp,
Exp.by.feat="probe", ref="hg18")
features <- normalizeFeatures(features, "scale")
res <- iC10(features)
summary(res)

iC10 documentation built on May 2, 2019, 6:35 a.m.