View source: R/summarize-dge.R
summarize_dge | R Documentation |
Summarize a results data.frame. Return data.frame of counts of up/down/non-DE genes based on log-fold-change and significance values.
summarize_dge(df, fdr_col = "FDR", lfc_col = "logFC", fdr = 0.05, lfc = 0)
df |
dataframe of results. Must have columns containing significance values and log-fold changes. |
fdr_col |
Column name of the data.frame containing the significance level values. |
lfc_col |
Column name of data.frame containing the log-fold change values. |
fdr |
numeric. FDR or significance value below which genes are considered significant. |
lfc |
numeric. abs(log-fold change) value above which genes are considered significant. |
data.frame with columns describing the count and percentages of up/down/unperturbed genes
summarize_dge(GSE161650_de)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.