This function processes summary statistics table generated by differential expression analysis
like limma or DESeq2 and produces a table which contains gene counts
for each of the pvalue and FC combination
plot_cutoff_single(datin, FCflag, FDRflag, FCs, pvalues)Summary statistics table from limma or DEseq2, where each row is a gene.
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.
A set of fold change cutoff to be checked.
A set of p-values for FDR cutoff to be checked.