knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
noderank maps differential gene expression results onto an established network of protein-protein associations and employs network analysis methods to select a prioritized list of important nodes. For data in which the mechanism of perturbation is known, each ranked list result is scored by the position of the causal gene.
You can install the released version of noderank from GitHub with:
devtools::install_github("hemoshear/noderank")
Input: Differential gene expression analysis results including log fold-changes and p-values, i.e. the output of topTable() from limma or results() from DESeq2.
Output:
The final network composed of the important genes.
A dataframe of important genes with their associated ranking metrics.
The mean score and p-value for the overall network.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.