Learn R Programming

unifiedWMWqPCR (version 1.8.0)

as.matrix.uwmwEstimate: S3 method as.matrix for uwmwEstimate objects.

Description

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.

Usage

"as.matrix"(x, ...)
"as.matrix"(x, ...)

Arguments

x
a uwmwEstimate object
...
currently ignored

Value

A matrix with the columns specified above.

Examples

Run this code
data(NBmat)
NBtest <- uWMW(NBmat, groups=NBgroups)
NBest <- getEstimate(NBtest,"p")
as.matrix(NBtest)

Run the code above in your browser using DataLab