assign-norm_feat: Assign a new list containing normalziation parameters and...

norm_feat<-R Documentation

Assign a new list containing normalziation parameters and normalized features to a SIAMCAT object

Description

Assign a new list containing normalziation parameters and normalized features to a SIAMCAT object

Usage

norm_feat(x) <- value

## S4 replacement method for signature 'siamcat,list'
norm_feat(x) <- value

Arguments

x

an object of class siamcat-class

value

a list containing normaliation parameters and features

Value

none

Examples

data(siamcat_example)
norm_feat(siamcat_example) <- norm_feat(siamcat_example)

zellerlab/siamcat documentation built on Feb. 1, 2024, 2:21 a.m.