Description Usage Arguments Details Value Author(s)
countPerfSims
assesses the reconstruction performance
of each group, inferred from any binary matrix.
1 | countPerfSims(pathwaysTable, groups)
|
pathwaysTable |
a binary matrix of all groups identified aross many
repetitions, as returned by multiple runs of |
groups |
a list with the real assignment of genes to pathways. each element of the list is a vector with the genes belonging to that pathway. |
This function summarizes multiple repetitions of the inference of pathways from a simulated dataset. Ideally, the groups with largest counts are the real groups.
a binary matrix in which the first columns represent the unique
pathways identified in the input matrix (columns named with Gr
,
followed by the group index, followed by ge
, followed by the gene
index). next column, counts
, counts how many times each group was
identified as mutually exclusive. next columns correspond to each of the
unique pathways identified, and show either the total number of genes form
each group which were part of the group (Tot
), or how much this
number represents, as a percentage, from the real number of genes in each
group (Per
).
Simona Constantinescu, simona.constantinescu@bsse.ethz.ch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.