R/DICOM_codes.R

#' @name DICOM_codes
#'
#' @title rda containing DICOM header codes to include in \emph{RIA_image} object
#'
#' @description rda data file containing Name, Group and Element codes of DICOM header info
#' to be included into \emph{RIA_image} object by default when using \code{\link[RIA]{load_dicom}} function.
#' Can be edited to change defaults.
#'
#' @docType data
#'
#' @usage DICOM_codes
#'
#' @format Each row is a DICOM header input
#'
#' @return 3 column data.frame
#' 
#' @references Márton KOLOSSVÁRY et al.
#' Radiomic Features Are Superior to Conventional Quantitative Computed Tomographic
#' Metrics to Identify Coronary Plaques With Napkin-Ring Sign
#' Circulation: Cardiovascular Imaging (2017).
#' DOI: 10.1161/circimaging.117.006843
#' \url{https://pubmed.ncbi.nlm.nih.gov/29233836/}
#' 
#' Márton KOLOSSVÁRY et al.
#' Cardiac Computed Tomography Radiomics: A Comprehensive Review on Radiomic Techniques.
#' Journal of Thoracic Imaging (2018).
#' DOI: 10.1097/RTI.0000000000000268
#' \url{https://pubmed.ncbi.nlm.nih.gov/28346329/}
#' @encoding UTF-8

NULL

Try the RIA package in your browser

Any scripts or data that you put into this service are public.

RIA documentation built on May 31, 2023, 7 p.m.