Package 'DICOMread'

Title: Reading and Saving DICOM Image Files
Description: This function provides an interface between 'Matlab' and 'R' in facilitating fast processing for reading and saving DICOM images.
Authors: Shu Jiang [aut, cre]
Maintainer: Shu Jiang <[email protected]>
License: GPL-3
Version: 0.0.0.3
Built: 2024-12-08 06:48:27 UTC
Source: CRAN

Help Index


Function to check whether Matlab is available

Description

Function to check whether Matlab is available

Usage

Avb_fun()

Value

a boolean variable

Examples

Avb_fun()

Function to check whether the DICOM matrix has been saved successfully

Description

Function to check whether the DICOM matrix has been saved successfully

Usage

check_mat(file_name)

Arguments

file_name

the name of the .csv file saved under form_mat_fun()

Value

a boolean variable


Function to construct and save data matrix from the DICOM file

Description

Function to construct and save data matrix from the DICOM file

Usage

form_mat_fun(path_in, out_name)

Arguments

path_in

afile path for the DICOM variable, needs to be a string

out_name

name of the saved .csv file, need to be a string

Value

saved .csv file of the data matrix