Dataset containing the groups identified as significantly mutually exclusive by TiMEx in ovarian cancer, together with their intensities of mutual exclusivity, corrected p-values, and other information.
ovarianOutput
is a list consisting of:
genesSignif
list of significantly mutually exclusive groups,
as gene names, sorted by corrected p-value. The list contains as many
elements as identified lengths of groups. For example,
genesSignif[[2]]
is a list containing the gene names of the
significant groups of size 2. Each list of this type further has two
elements, fdr
and bonf
, corresponding to different multiple
testing correction methods. Each element is a matrix, in which rows
represent gene names of significantly mutually exclusive groups.
idxSignif
list of significantly mutually exclusive groups, as
indices in the input matrix, sorted by corrected p-value. The list
contains as many elements as identified lengths of groups. For example,
idxSignif[[2]]
is a list containing the indices of the
significant groups of size 2. Each list of this type further has two
elements, fdr
and bonf
, corresponding to different multiple
testing correction methods. Each element is a matrix, in which rows
represent indices of significantly mutually exclusive groups.
pvals
list of corrected significant p-values corresponding to
the tested cliques, ordered ascending. The list contains as many elements
as identified lengths of significant groups. For example, pvals[[2]]
is a list containing the p-values of the significant maximal cliques of
size 2. Each list of this type further has two elements, fdr
and
bonf
, corresponding to different multiple testing correction
methods. Each element is a vector, of length the number of significant
maximal cliques of a given size.
posSignif
list of positions of the significant groups in the
input list of maximal cliques, ordered ascending by corrected p-value.
The list contains as many elements as identified lengths of significant
groups.For example, posSignif[[2]]
is a list containing the
positions of the significant groups of size 2. Each list of this type
further has two elements, fdr
and bonf
, corresponding to
different multiple correction methods. Each element is a vector, of
length the number of significant maximal cliques of a given size.
MusGroup
list of inferred mu values corresponding to
the tested cliques, ordered ascending by the corresponding corrected
p-value. The list contains as many elements as identified lengths of
significant groups. For example, MusGroup[[2]]
is a list containing
the mu values of the significant maximal cliques of size 2. Each list of
this type further has two elements, fdr
and bonf
,
corresponding to different multiple testing correction methods. Each
element is a vector, of length the number of significant maximal cliques
of a given size.
mcStruct
input structure of maximal cliques to be tested
for mutual exclusivity, as returned by doMaxCliques
.
matrix
input binary alteration matrix.
groupPvalue
input threshold for the corrected p-value, lower
than which cliques are significant.
Produced with the function TiMEx
, on the binary matrix
in the input dataset ovarian
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.