View source: R/SparrowResult-methods.R
logFC | R Documentation |
Extract the individual fold changes statistics for elements in the expression object.
logFC(x, as.dt = FALSE)
x |
A |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.