(This article was first published on Rigorous Analytics, and kindly contributed to R-bloggers)
The R package oro.dicom is a major revision, and improvement, on the previous package DICOM. New features include- Increased speed
- Uploading only header information (for restricted memory)
- Reading implicit value representations (VR's)
- Parsing SequenceItem tags (undefined lengths are allowed)
- Integration with oro.nifti to convert DICOM to NIfTI
The list object from reading all 166 DICOM files has two fields: header and image. Each hdr element contains the DICOM header fields associated with that file and the corresponding img element contains the PixelData tag. The first DICOM file contains 312 DICOM header fields. Using extractHeader() one can obtain the value of a DICOM header field in either text or numeric format.
The image above is the mid-sagittal view of this subject from his/her MPRAGE acquisition.
To leave a comment for the author, please follow the link and comment on his blog: Rigorous Analytics.
R-bloggers.com offers daily e-mail updates about R news and tutorials on topics such as: visualization (ggplot2, Boxplots, maps, animation), programming (RStudio, Sweave, LaTeX, SQL, Eclipse, git, hadoop, Web Scraping) statistics (regression, PCA, time series, trading) and more...


Zero Inflated Models and Generalized Linear Mixed Models with R.
Zuur, Saveliev, Ieno (2012).