LinearMResultBase-class | R Documentation |
This VIRTUAL class represents common elements of the return values of
generic functions like linearMTest
. These elements are
essentially those that are passed through from the input
parameters. See LinearMResult for a concrete result
class with the basic outputs.
A virtual Class: No objects may be created from it.
All of these slots correspond to slots in the LinearMParams class.
annotation
:Object of class "character"
~~
geneIds
:Object of class "ANY"
~~
testName
:Object of class "character"
~~
pvalueCutoff
:Object of class "numeric"
~~
minSize
:Object of class "integer"
~~
testDirection
:Object of class "character"
~~
conditional
:Object of class "logical"
~~
graph
:Object of class "graph"
~~
gsc
:Object of class "GeneSetCollection"
~~
signature(object = "LinearMResultBase")
: ...
signature(r = "LinearMResultBase")
: ...
signature(object = "LinearMResultBase")
: ...
signature(object = "LinearMResultBase")
: ...
signature(object = "LinearMResultBase")
: ...
signature(r = "LinearMResultBase")
: ...
signature(r = "LinearMResultBase")
: ...
signature(r = "LinearMResultBase")
: ...
signature(object = "LinearMResultBase")
: ...
signature(r = "LinearMResultBase")
: ...
signature(object = "LinearMResultBase")
: ...
signature(r = "LinearMResultBase")
:
...
signature(object = "LinearMResultBase")
: ...
signature(r = "LinearMResultBase")
: ...
signature(r = "LinearMResultBase")
: ...
signature(r = "LinearMResultBase")
: ...
Deepayan Sarkar, Michael Lawrence
LinearMResult
,
LinearMParams
,
linearMTest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.