filt_params {SIAMCAT} | R Documentation |
Function to retrieve the list of parameters for feature filtering
filt_params(siamcat, verbose=1) ## S4 method for signature 'siamcat' filt_params(siamcat, verbose = 1)
siamcat |
(Required). An instance of siamcat-class containing filtered features |
verbose |
integer, if the slot is empty, should a message be printed?
values can be either |
The function returns the list of feature filtering parameters. See filter.features for more details.
A list of feature filtering parameters or NULL
data(siamcat_example) temp <- filt_params(siamcat_example) names(temp)