| getAllResults {FourCSeq} | R Documentation |
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.
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
data(fcf, package="FourCSeq")
fcf <- getDifferences(fcf, referenceCondition="WE_68h")
results <- getAllResults(fcf)
results