Learn R Programming

KCsmart (version 2.30.0)

compKc-class: KC smart comparative

Description

A matrix containing the results from a call to compareSpmCollection

Arguments

Objects from the Class

Objects can not be created by the user directly but rather through compareSpmCollection.

Slots

spmCollection:
The original spmCollection used to compare the samples
method:
The method used to create the null distribution
siggenesResult:
In case of the siggenes method being used, a siggenes object containing the fdr-cutoff table
snrResult:
In case of the signal-noise/permutation based method being used, the signal-to-noise data and a matrix with the (class based) permutations

Methods

initialize
signature(.Object = "compKc"): Internal use only
plot
signature(x = "compKc"): ...
show
signature(object = "compKc"): ...

Examples

Run this code
showClass("compKc")

Run the code above in your browser using DataLab