test_diffs: test_diffs Statistics function to summarize expression data...

Description Usage Arguments Details Value Author(s) References Examples

Description

generateStats is a summary function used on various expression data, using ratios between selected treatments.

Usage

1
2
test_diffs(se, groupings= NULL, treatment1=NULL, treatment2=NULL,
mode_mean=TRUE, LOG2=TRUE)

Arguments

se

An se object.

groupings

A grouping (annotation column); groupings="annotation.ZA".

treatment1

Symbol, treatment 1.

treatment2

Symbol, treatment 2.

mode_mean

Boolean, Calculate RowMeans or RowMedians.

LOG2

Boolean, Calculate LOG2.

Details

This function completes summary statistics of the expression of the supplied se object.

Value

Returns an invisible list of summary statistics, kruskal test and raw data of an se object, using ratios between selected treatments.

Author(s)

AJ Vaestermark, JR Walters.

References

The "doseR" package, 2018 (in press).

Examples

1
2
3
data(hmel.se)
test_diffs(se, groupings='annotation.ZA',treatment1="Male",
treatment2="Female" )

avastermark19/doseR_0.99.8 documentation built on May 6, 2019, 12:09 p.m.