Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
Class UniFilter allows to apply different unitest filters to class ExprTreeSet
,
i.e. to the expression level data.frame data
.
Objects can be created by calls of the form new("UniFilter", ...)
.
Alternatively, the contructor UniFilter
can be used.
foldchange
:Object of class "list"
describing parameters for fcFilter
.
prescall
:Object of class "list"
describing parameters for callFilter
.
unifilter
:Object of class "list"
describing parameters for unitestFilter
.
unitest
:Object of class "list"
describing parameters for uniTest
.
numfilters
:Object of class "numeric"
giving the number of filters applied.
Class "Filter"
, directly.
signature(object = "UniFilter")
: extracts slot prescall
.
signature(object = "UniFilter", value = "character")
: replaces
slot prescall
with character vector c(cutoff, samples, condition).
signature(object = "UniFilter")
: extracts slot foldchange
.
signature(object = "UniFilter", value = "numeric")
: replaces
slot foldchange
with numeric vector c(cutoff, direction).
signature(object = "UniFilter")
: extracts slot unitest
.
signature(object = "UniFilter", value = "character")
: replaces
slot unitest
with character vector c(type, alternative, correction, numperm, mu, paired, conflevel, varequ).
signature(object = "UniFilter")
: extracts slot unifilter
.
signature(object = "UniFilter", value = "character")
: replaces
slot unifilter
with character vector c(cutoff, variable).
Christian Stratowa
related classes Filter
, PreFilter
.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.