[3b2327]: / man / radiomics_lung.Rd

Download this file

33 lines (28 with data), 991 Bytes

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