get.roi.connection | R Documentation |
The get.roi.connection
function describes the interconnections
between Regions of Interest (RoI), from an imaging volume of "cluster" modality,
created by struct.clustering.
get.roi.connection(vol)
vol |
"volume" class object of "cluster" modality, created by struct.clustering |
Returns the list of regions of interest (RoI), where each item in the list gives the inter-connections with other RoI.
struct.clustering
# loading of toy-patient objects (decrease dxyz for better result)
step <- 5
patient <- toy.load.patient (modality = c ("mr", "rtstruct"),
dxyz = rep (step, 3))
MR <- patient$mr[[1]]
S <- patient$rtstruct[[1]]
cluster.vol <- struct.clustering (MR, S, T.MAT = patient$T.MAT, verbose = FALSE)
get.roi.connection (cluster.vol)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.