R/SparrowResult-methods.R
logFC.RdExtract the individual fold changes statistics for elements in the expression object.
logFC(x, as.dt = FALSE)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)