Learn R Programming

iC10 (version 2.0.2)

print.iC10: Print results of the iC10 classifier

Description

Print results of the iC10 classifier

Usage

# S3 method for iC10
print(x, ...)

Value

It returns a call to str.

Arguments

x

An object of iC10 class:

...

Additional arguments passed to print.

Author

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.

See Also

iC10

Examples

Run this code
require(iC10TrainingData)
data(train.CN)
data(train.Exp)
features <- matchFeatures(Exp=train.Exp, Exp.by.feat="probe")
features <- normalizeFeatures(features, "scale")
res <- iC10(features)
res

Run the code above in your browser using DataLab