Description Usage Arguments Value
Converting BASiCS results objects to data.frames
1 2 3 4 5 6 7 8 | ## S4 method for signature 'BASiCS_ResultsDE'
as.data.frame(x, Parameter, Filter = TRUE, ProbThreshold = NULL)
## S4 method for signature 'BASiCS_ResultDE'
as.data.frame(x, Filter = TRUE, ProbThreshold = NULL)
## S4 method for signature 'BASiCS_ResultVG'
as.data.frame(x, Filter = TRUE, ProbThreshold = NULL)
|
x |
An object of class BASiCS_ResultVG, BASiCS_ResultDE, or BASiCS_ResultsDE. |
Parameter |
For BASiCS_ResultsDE objects only. Character scalar specifying which table of results to output. Available options are "Mean", (mu, mean expression), "Disp" (delta, overdispersion) and "ResDisp" (epsilon, residual overdispersion). |
Filter |
Logical scalar. If |
ProbThreshold |
Only used if |
A data.frame of test results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.