getAllResults: FourCSeq analysis results

Description Usage Arguments Value Author(s) See Also Examples

View source: R/functions.R

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

1
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

Author(s)

Felix A. Klein, felix.klein@embl.de

See Also

results

Examples

1
2
3
4
5
6
7
                       
data(fcf, package="FourCSeq")

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

results <- getAllResults(fcf)
results

FourCSeq documentation built on Nov. 8, 2020, 7:08 p.m.