print.iC10 | R Documentation |
Print results of the iC10 classifier
## S3 method for class 'iC10'
print(x, ...)
x |
An object of |
... |
Additional arguments passed to |
It returns a call to str
.
Oscar M Rueda
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.
iC10
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.