find_feature_outliers: Find and replace radiomic feature outliers based on IQR.

Description Usage Arguments Value Author(s)

View source: R/data_utils_functions.R

Description

Feature values below Q1-1.5 IQR or above Q3+1.5 IQR are identified as outliers.

Usage

1
find_feature_outliers(rdr = NULL, replace_with = "NA")

Arguments

rdr

A RadAR object (class SummarizedExperiment)

replace_with

(character) Replace outliers with one of the following: "NA", "mean", "median"

Value

An updated rdr (a RadAR object)

Author(s)

Matteo Benelli (matteo.benelli@uslcentro.toscana.it)


cgplab/RadAR documentation built on Nov. 10, 2021, 1:32 a.m.