| as.matrix.uwmwEstimate {unifiedWMWqPCR} | R Documentation |
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.
lllower limit of the confidence interval
ulupper 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.
## S3 method for class 'uwmwEstimate' as.matrix(x, ...) ## S4 method for signature 'uwmwEstimate' as.matrix(x, ...)
x |
a uwmwEstimate object |
... |
currently ignored |
A matrix with the columns specified above.
Joris Meys
data(NBmat) NBtest <- uWMW(NBmat, groups=NBgroups) NBest <- getEstimate(NBtest,"p") as.matrix(NBtest)