similarity: method for calculating similarity matrix between the pathways. Available
methods: 'jaccard', 'cosine' and 'correlation'
cluster: method for detecting pathway clusters. Available methods: 'markov', 'hier'
and 'spectral'. Using 'spectral' method requires that you have the Spectrum
package installed
clusterName: method for selecting cluster names. Available methods: 'pagerank',
'hits', 'nes' and 'pval'. The 'pagerank' and 'hits' algorithms analyse the connectivity
within the cluster to detect the most important node. The 'nes' and 'pval' methods
use enrichment results to determine the most important node within the cluster: the 'nes'
method will choose the node with the maximum absolute enrichment score value and the
'pval' method will choose the node with the lowest p-value. When using the 'nes' and
'pval' methods, please specify which column in the data to use with the clusterNameColumn
parameter
clusterNameColumn: which column in the dataset should be used to select the cluster
title. Required when clusterName = 'nes' and clusterName = 'pval'
minClusterSize: minimum cluster size (default: 2). Clusters with less elements than
specified will be dropped