scale_feature_values: This function implements different scaling strategies to...

Description Usage Arguments Value Author(s)

View source: R/data_utils_functions.R

Description

This function implements different scaling strategies to feature values

Usage

1
scale_feature_values(rdr = NULL, method = "minmax")

Arguments

rdr

A RadAR object (class SummarizedExperiment)

method

(character) Which method use for scaling feature values. It can be one of "minmax" or "median". Using min-max, all features will take values in the range [0,1]. Using median, all features will be median subctracted.

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.