- Abar
Adjacency matrix of subnetwork with size \(m^{*}\) by \(m^{*}\) after hierarchical clustering.
- CorrMatrix
The correlation matrix of features in Abar, it should be
\(m^{*}\) by \(m^{*}\) as well.
- data
The omics data for the subnetwork.
- Pheno
The trait (phenotype) data used for network pruning.
- type
A vector with length equal to total number of features in the adjacency matrix
indicating the type of data for each feature. For instance, for a subnetwork with 2 genes and a protein, the type argument should be set to c('gene', 'gene', 'protein'), see multi-omics vignette for more information.
- ModuleIdx
The index of the network module that summarization score is
intended to be stored, this is used for naming the subnetwork file in user-defined directory.
- min_mod_size
The minimally possible subnetwork size for the pruned network module,
should be an integer from 1 to the largest possible size of the subnetwork, default is set to 10.
- max_mod_size
the maximally possible subnetwork size for the pruned network module,
should be an integer from 1 to the largest possible size of the subnetwork, and it needs to be greater than the value specified in min_mod_size.
- damping
damping parameter for the PageRank algorithm, default is set to 0.9, see igraph package for more detail.
- method
Selection between NetSHy' and 'PCA', specifying the network summarization method used for network pruning, default is set to NetSHy.
- saving_dir
User-defined directory to store pruned subnetwork.