Description Usage Arguments Value Author(s) See Also Examples
getDifferences
detects differences in the interaction frequencies between
different conditions. For each viewpoint all possible combinations of
conditions are tested using the DESeq2
package.
1 | getDifferences(object, referenceCondition = NULL, fitNormFactors = TRUE)
|
object |
A |
referenceCondition |
Reference condition to be used for testing. |
fitNormFactors |
Defines if the distance dependency should be used to
estimate normalizationFactors. Default is |
Returns an updated FourC
object that contains the results and
information from the differential testing. Normalization factors
are added to the assays slot.
Felix A. Klein, felix.klein@embl.de
FourC
, getZScores
,
estimateDispersions
,
nbinomWaldTest
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.