filt_feat {SIAMCAT}R Documentation

Retrieve filtered features form object

Description

Retrieve filtered features form object

Usage

filt_feat(siamcat, verbose=1)

## S4 method for signature 'ANY'
filt_feat(siamcat, verbose = 1)

Arguments

siamcat

(Required). An instance of siamcat-class that contains an object in the filt_feat slot

verbose

If the slot is empty, should a message be printed? values can be either 0 (no output) or 1 (print message)

Value

The filtered feature matrix or NULL.

Examples

    data(siamcat_example)
    filt_feat(siamcat_example)

[Package SIAMCAT version 1.2.1 Index]