Description Usage Arguments Value Examples
View source: R/mmButo.wrappingFunctions.R
Once a mmButo object is loaded, with loadCollection method, it allows to extract all the voxels within a given ROINAME. The behaviour is similar to the GLT.getImageROIVoxels but is able to work on all the DICOM studies stored in the object.
N.B: pay attention.... ops! Your wallet is empty!
| 1 | MBT.getROIVoxel(obj.mmButo, ROIName)
 | 
| obj.mmButo | the object mmButo | 
| pathToOpen | the path where the DICOM serie is locate, on the filesystem. It should point to a path where it can find A SET OF FOLDERS, ONE FOR EACH PATIENT | 
wel.... nothing.
| 1 2 3 4 5 6 7 | ## Not run: 
obj<-mmButo()
MBT.getROIVoxel(obj.mmButo = obj, ROIName='GTV' );
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.