Dataset containing the stability of the mutually exclusive groups identified
by TiMEx in the ovarian cancer dataset ovarian
, after
subsampling the set of patients at frequencies of 30%
,
50%
, and 80%
, 100 times.
ovarianSubsampling
is a list with as many elements as
subsampling frequencies provided (3 in this case). Each element is further
a list with as many elements as number of sizes of the significantly
mutually exclusive groups identified. Additionally, bonf
and
fdr
are two lists corresponding to each of these elements,
representing different multiple correction methods. Finally, each element
is a vector of relative counts of the significantly mutually exclusive
groups identified. For example, ovarianSubsampling[[1]][[3]]
represents the relative counts of the identified mutually exclusive groups
of size 3 for a subsampling frequency of 30%, for both fdr
and
bonf
(bonferroni) multiple correction methods.
Produced with the function subsampleAnalysis
, ran with
the inputs
subsampl<-c(0.3,0.5,0.8)
noReps<-100
and the mutually exclusive groups from ovarianOutput
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.