get.cutoff.df: Create ggplot object for number of differntially expressed...

Description Usage Arguments

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

1
get.cutoff.df(datin, pvalues, FCs, FCflag = "logFC", FDRflag = "adj.P.Val")

Arguments

datin

Dataframe from plot_cutoff_single.

pvalues

A set of p-values for FDR cutoff to be checked.

FCs

A set of fold change cutoff to be checked.

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.


RVA documentation built on Nov. 2, 2021, 1:06 a.m.