View source: R/igraphFromSummary.r
igraphFromSummary | R Documentation |
Function to construct an igraph network from fold-change and p-value matrices
igraphFromSummary(fcMatrix, pvMatrix, cutoff, type = "removal")
fcMatrix |
A matrix of fold changes where the rows are labelled with the strains affected and the columns with the strains either added or removed from the core experiment. |
pvMatrix |
A matrix of p-values matching "fcMatrix". |
cutoff |
A numeric indicating the p-value significance cutoff. |
type |
A string, either "removal" or "addition", indicating the sort of experiment being summarised. |
None
An igraph network object.
Chris Field <fieldc@ethz.ch>
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.