cnetplot internal function

cnetplot_internalJam(
  inputList,
  categorySize = "geneNum",
  showCategory = 5,
  pvalue = NULL,
  foldChange = NULL,
  fixed = TRUE,
  DE.foldChange = NULL,
  categoryColor = "#E5C494",
  geneColor = "#B3B3B3",
  colorRamp = "RdBu_r",
  ...
)

Details

This function is intended to mimic the DOSE:::cnetplot_internal() function to support cnetplotJam() customizations, including not plotting the output, and including additional custom igraph attributes.