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

View source: R/siamcat_class_accessors.R

get.norm_feat.matrixR Documentation

Retrieve the normalized features from a SIAMCAT object

Description

Function to retrieve the normalized features from a SIAMCAT object

Usage

get.norm_feat.matrix(siamcat)

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

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

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