filt_feat | R Documentation |
filt_feat
slot within
a SIAMCAT objectFunction to retrieve the information stored in the
filt_feat
slot within a SIAMCAT object
filt_feat(siamcat, verbose=1)
## S4 method for signature 'siamcat'
filt_feat(siamcat, verbose = 1)
siamcat |
(Required). An instance of siamcat-class that contains filtered features |
verbose |
integer, if the slot is empty, should a message be printed?
values can be either |
The function will return a list containing the information stored
in the filt_feat
slot of a SIAMCAT object. This list contains:
filt.feat
- filtered features as matrix, see
get.filt_feat.matrix
filt.param
- parameters used for feature filtering, see
get.filt_feat.matrix
The list stored in the filt_feat
slot of the SIAMCAT object
or NULL
data(siamcat_example)
temp <- filt_feat(siamcat_example)
names(temp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.