Description Usage Arguments Value Author(s) See Also Examples
Using the DESEeq2
function results
,
getAllResults
extracts results from a FourCSeq analysis
giving base means across samples,
log2 fold changes, standard errors, test statistics,
p-values and adjusted p-values for all pair-wise
conditions tested.
1 | getAllResults(object, ...)
|
object |
|
... |
Additional parameters that can be passed to |
DataFrame of results columns for all pairwise tests, with metadata columns of coefficient and test information
Felix A. Klein, felix.klein@embl.de
1 2 3 4 5 6 7 |
data(fcf, package="FourCSeq")
fcf <- getDifferences(fcf, referenceCondition="WE_68h")
results <- getAllResults(fcf)
results
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.