Description Usage Arguments Value Author(s) Examples
View source: R/as.matrix.uwmwEstimate.R
For uwmwEstimate
objects, an as.matrix
method is defined that transforms the object to a numeric matrix with the following columns:
est
:The estimates
se
:The standard errors on estimates.
ll
lower limit of the confidence interval
ul
upper limit of the confidence interval
The row names are the names of the tested genes/features. The matrix takes the ordering in the object into account if necessary.
1 2 3 4 5 |
x |
a uwmwEstimate object |
... |
currently ignored |
A matrix with the columns specified above.
Joris Meys
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.