highedges | R Documentation |
It is not executed itself, instead, it is invoked by pathwayko.
highedges( KEGGgraph = NULL, DataObject = NULL, condition_FC = NULL, condition_pVal = NULL, mc.cores = 1 )
KEGGgraph |
graphical representation of pathways in KEGG |
DataObject |
Object generated by calling preprocess.R |
condition_FC |
named list of logFC of all genes in DataObject |
condition_pVal |
named list of adjusted pval of all genes in DataObject |
mc.cores |
number of cores to be used in parallel lapply |
Reference: Hanoudi S., et al. (2017) Identifying biologically relevant putative mechanisms in a given phenotype comparison. PLoS ONE 12, e0176950.
various information grouped together as a list
Original implementation by Samer Hanoudi and Sorin Draghici, modification by Hannan Ai
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.