Skip to content
Snippets Groups Projects
Commit 7a440b21 authored by Holger Brandl's avatar Holger Brandl
Browse files

matched node.sum config with cp_enrichment.R

parent cc61f7ea
No related branches found
Tags v9
No related merge requests found
......@@ -78,6 +78,7 @@ plot_pathway <- function(pathwayID, sliceData){
multi.state = ncol(sliceData)>1,
# kegg.native=F,
# node.sum = "mean", # the method name to calculate node summary given that multiple genes or compounds are mapped to it
node.sum = "max.abs", # the method name to calculate node summary given that multiple genes or compounds are mapped to it
limit = list(gene = c(-4,4)),
gene.idtype="ensembl"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment