README.md

RadiologyFeatureExtraction

Requirements

See this video for instructions on how to set up the R environment on Windows.

Learning Requirements

How to run

  1. In R, use the following code to install the dependencies:

```R library(devtools) install_github("ohdsi/SqlRender", ref = "v1.5.2") install_github("ohdsi/DatabaseConnector", ref = "v2.2.0")

#Install EBImage source("http://bioconductor.org/biocLite.R") biocLite("EBImage") ```

If you experience problems on Windows where rJava can't find Java, one solution may be to add args = "--no-multiarch" to each install_github call, for example:

R install_github("ohdsi/SqlRender", args = "--no-multiarch")

Alternatively, ensure that you have installed both 32-bit and 64-bit JDK versions, as mentioned in the video tutorial.

  1. If you want to use Sample CT provided by this project, please use the code below.

R load(file.path(getwd(), 'extra/sampleCT.rda'))

Sample CT data is in nifti format, and both the image width and height are 128.



ABMI/RadiologyFeatureExtraction documentation built on May 25, 2019, 3:59 a.m.