.estMinimumFC | R Documentation |
This function estimates the minimum log2-based fold change from a data frame column.
.estMinimumFC(df, col = "avg_log2FC")
df |
A data frame containing the fold change data. Default: |
col |
A character string specifying the column name containing log2 fold change values. Default: "avg_log2FC". |
The minimum log2-based fold change, rounded and transformed from log2 to linear scale.
The minimum log2-based fold change, rounded and transformed from log2 to linear scale.
## Not run:
df <- data.frame(avg_log2FC = c(-1, -0.5, 0.5, 1))
.estMinimumFC(df, "avg_log2FC")
# .estMinimumFC(df = df.m.UL, col = "avg_log2FC")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.