Learn R Programming

FourCSeq (version 1.6.2)

getAllResults: FourCSeq analysis results

Description

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.

Usage

getAllResults(object, ...)

Arguments

object
FourC object for which z-scores and differences have been calculated.
...
Additional parameters that can be passed to results.

Value

DataFrame of results columns for all pairwise tests, with metadata columns of coefficient and test information

See Also

results

Examples

Run this code
data(fcf, package="FourCSeq")

fcf <- getDifferences(fcf, referenceCondition="WE_68h")

results <- getAllResults(fcf)
results

Run the code above in your browser using DataLab