This function processes dataframe from plot_cutoff_single function and produces a ggplot object which depicts the number of differntially expressed genes with different FDR and fold change cutoff.
get.cutoff.df(datin, pvalues, FCs, FCflag = "logFC", FDRflag = "adj.P.Val")
Dataframe from plot_cutoff_single.
A set of p-values for FDR cutoff to be checked.
A set of fold change cutoff to be checked.
The column name of the log2FC in the summary statistics table.
The column name of the False Discovery Rate (FDR) in the summary statistics table.