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://www.ncbi.nlm.nih.gov/pubmed/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://www.ncbi.nlm.nih.gov/pubmed/28346329}
#' @encoding UTF-8

NULL
neuroconductor/RIA documentation built on May 21, 2021, 6:56 a.m.