logFC {sparrow} | R Documentation |
Extract the individual fold changes statistics for elements in the expression object.
logFC(x, as.dt = FALSE)
x |
|
as.dt |
If |
The log fold change 'data.table“
vm <- exampleExpressionSet(do.voom=TRUE) gdb <- exampleGeneSetDb() mg <- seas(vm, gdb, design = vm$design, contrast = 'tumor') lfc <- logFC(mg)