The function getTCF computes full image tumor connectomics for the input single or multiparametric imaging data.
The getTCF function requires the following input variables:
- img: Input single (mxn) or multiparametric (mxnxo) radiological data
- mask: The ROI to compute tumor connectomics
- t: The threshold value (range: 0-1) to indicate the neighborhood size
The output to the getTCF function is a structure data type consisting of the following fields:
- degreeCentrality
- betweennessCentrality
- eigenvectorCentrality
- nodeStrength
- clusteringCoefficient
- NumConnComponents
- avgPathLength
Each of the fields would be of size mxn pixel-wise colorcoded with the graph metrics.