Description Usage Arguments Details Value Author(s)
addPathBinary
summarizes the assignment of genes to
pathways as a binary matrix.
1 | addPathBinary(resIterBinTiMEx)
|
resIterBinTiMEx |
structure with the results of running TiMEx
iteratively on any input binary matrix, as returned by the function
|
This function appends to the input structure the field
genesBinary
, representing the assignment of the identified genes to
pathway, in the form of a binary matrix.
resIterBinTiMEx, the input structure, with the added field
genesBinary
. genesBinary
is a matrix with rows the
identified mutually exclusive pathways and columns the genes. Each entry
[i,j] = 1 if gene j was identified in pathway i and 0 otherwise.
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.