Description Usage Arguments Value
View source: R/radiomics_lung.R
Calculate individual radiomic features on the whole 3D lung, left and right lungs separately
1 2 3 4 5 6 7 8  | radiomics_lung(
  img,
  mask,
  sides = c("right", "left"),
  featuresFirst = c("mean", "sd", "skew", "kurtosis", "min", "q1", "median", "q3",
    "max", "energy", "rms", "uniformity", "entropy"),
  featuresSpatial = c("mi", "gc", "fd")
)
 | 
img | 
 CT scan in ANTs image file format  | 
mask | 
 Mask of CT scan in ANTs image file format  | 
sides | 
 Choose to calculate radiomic features on the right and/or left lungs. Note: Right lung = 1, left lung = 2, non-lung = 0  | 
featuresFirst | 
 First level radiomic features to calculate  | 
featuresSpatial | 
 Spatial radiomic features to calculate  | 
Values from selected features for both left and right lungs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.