filt_params-methods.Rd
Function to retrieve the list of parameters for feature filtering
filt_params(siamcat, verbose=1)
# S4 method for siamcat
filt_params(siamcat, verbose = 1)
(Required). An instance of siamcat-class containing filtered features
integer, if the slot is empty, should a message be printed?
values can be either 0
(no output) or 1
(print message)
A list of feature filtering parameters or NULL
The function returns the list of feature filtering parameters. See filter.features for more details.