get.norm_feat.matrix: Retrieve the normalized features from a SIAMCAT object

Description Usage Arguments Details Value Examples

View source: R/siamcat_class_accessors.R

Description

Function to retrieve the normalized features from a SIAMCAT object

Usage

1

Arguments

siamcat

(Required). An instance of siamcat-class containing normalized features

Details

The function returns the normalized features as matrix. See normalize.features for more details.

Value

A matrix containing the normalized features

Examples

1
2
3
data(siamcat_example)
feat.norm <- get.norm_feat.matrix(siamcat_example)
feat.norm[1:3, 1:3]

SIAMCAT documentation built on Nov. 8, 2020, 5:14 p.m.