Learn R Programming

ClassComparison (version 3.1.6)

TNoMSummary-class: Class "TNoMSummary"

Description

An implementation class. Users are not expected to create these objects directly; they are produced as return objects from the summary method for TNoM.

Arguments

Slots

TNoM:

object of class TNoM ~~

counts:

object of class numeric ~~

Methods

show

signature(object = TNoMSummary): Print the object, which contains a summary of the underlying TNoM object. In particular, the summary reports the number of genes achieving each possible number of misclassifications.

See Also

TNoM

Examples

Run this code
# NOT RUN {
showClass("TNoMSummary")
# }

Run the code above in your browser using DataLab