get.orig_feat.matrix: Retrieve the original features from a SIAMCAT object

View source: R/siamcat_class_accessors.R

get.orig_feat.matrixR Documentation

Retrieve the original features from a SIAMCAT object

Description

Function to retrieve the original features from a SIAMCAT object

Usage

get.orig_feat.matrix(siamcat)

Arguments

siamcat

(Required). An instance of siamcat-class

Details

The function returns the original features as matrix.

Value

A matrix containing the original features

Examples

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

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