|
a |
|
b/man/radiomics_lung.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/radiomics_lung.R |
|
|
3 |
\name{radiomics_lung} |
|
|
4 |
\alias{radiomics_lung} |
|
|
5 |
\title{Radiomic Calculation on Lung CTs} |
|
|
6 |
\usage{ |
|
|
7 |
radiomics_lung( |
|
|
8 |
img, |
|
|
9 |
mask, |
|
|
10 |
sides = c("right", "left"), |
|
|
11 |
featuresFirst = c("mean", "sd", "skew", "kurtosis", "min", "q1", "median", "q3", |
|
|
12 |
"max", "energy", "rms", "uniformity", "entropy"), |
|
|
13 |
featuresSpatial = c("mi", "gc", "fd") |
|
|
14 |
) |
|
|
15 |
} |
|
|
16 |
\arguments{ |
|
|
17 |
\item{img}{CT scan in ANTs image file format} |
|
|
18 |
|
|
|
19 |
\item{mask}{Mask of CT scan in ANTs image file format} |
|
|
20 |
|
|
|
21 |
\item{sides}{Choose to calculate radiomic features on the right and/or left lungs. Note: Right lung = 1, left lung = 2, non-lung = 0} |
|
|
22 |
|
|
|
23 |
\item{featuresFirst}{First level radiomic features to calculate} |
|
|
24 |
|
|
|
25 |
\item{featuresSpatial}{Spatial radiomic features to calculate} |
|
|
26 |
} |
|
|
27 |
\value{ |
|
|
28 |
Values from selected features for both left and right lungs |
|
|
29 |
} |
|
|
30 |
\description{ |
|
|
31 |
Calculate individual radiomic features on the whole 3D lung, left and right lungs separately |
|
|
32 |
} |