get.filt_feat.matrix: Retrieve the filtered features from a SIAMCAT object

View source: R/siamcat_class_accessors.R

get.filt_feat.matrixR Documentation

Retrieve the filtered features from a SIAMCAT object

Description

Function to retrieve the filtered features from a SIAMCAT object

Usage

get.filt_feat.matrix(siamcat)

Arguments

siamcat

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

Details

The function returns the filtered features as matrix. See filter.features for more details.

Value

A matrix containing the filtered features

Examples

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

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