get.cutoff.ggplot {RVA} | R Documentation |
Create ggplot object for number of differntially expressed genes with different FDR and fold change cutoff.
Description
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.
Usage
get.cutoff.ggplot(df, FCflag, FDRflag)
Arguments
df |
Dataframe from plot_cutoff_single. |
FCflag |
The column name of the log2FC in the summary statistics table. |
FDRflag |
The column name of the False Discovery Rate (FDR) in the summary statistics table. |
[Package RVA version 0.0.5 Index]