map.ROI: map.ROI

Description Usage Arguments Details Value Examples

View source: R/geoletFeatures.R

Description

Function for mapping all ROI names in a series a studies

Usage

1
map.ROI(path)

Arguments

path

A character value containing the path to browse for DICOM studies

Details

DICOM RT structure set files often contain multiple ROI names referencing to the same structure. moddicom is desinged to analyze only one structure at a time. Using this function a ROImap class object is created, listing all ROI names for each case inside the borwsed directory. Using the method print.ROImap a table showing all ROI names and their frequency in the explored path is shown.

Value

An object of class ROImap that is a list containing all mapped ROIs in a series of studies

Examples

1
2
3
4
## NOT RUN
ListOfROI <- map.ROI(path = '/my_path')
## to get the table of ROIs in the explored path
print(ListOfROI)

robertogattabs/RadAgent documentation built on June 30, 2018, 12:02 a.m.