Description Usage Arguments Details Value Author(s)
summarizeSims
assesses the reconstruction performance
of each group, inferred from any binary matrix.
1 | summarizeSims(pathwaysTableSum, groups, noReps)
|
pathwaysTableSum |
a binary matrix of all unique groups identified
across many repetitions, together with summary information about each of the
identified groups, as returned by the function |
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. |
noReps |
the number of repetitions of the simulation experiments |
This function further summarizes multiple repetitions of the
inference of pathways from a simulated dataset, having as input a summary
table with the unique groups inferred across many runs, as returned by the
function countPerfSims
. The summary returned by this function doesn't
provide an assessment of the false positive rate.
a list with as many elements as real pathways. each element is a matrix in which the first column is the reconstruction percentage of each pathway, and the second element is the number of times in which that reconstruction was attained.
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.