krsa_waterfall: Generates a waterfall figure based on the LFC table

View source: R/krsa_waterfall.R

krsa_waterfallR Documentation

Generates a waterfall figure based on the LFC table

Description

Takes in the LFC table and a LFC cuttoff and generates a waterfall plot using a ggplot.

Usage

krsa_waterfall(data, lfc_thr, byChip = T, sd_thr = Inf)

Arguments

data

LFC table

lfc_thr

LFC cutoff for plot

byChip

boolean Select T if the LFC is based on a byChip analysis

sd_thr

SD cutoff for plot

Value

ggplot object

See Also

Other plots: krsa_ball_model(), krsa_coverage_plot(), krsa_curve_plot(), krsa_cv_plot(), krsa_heatmap(), krsa_heatmap_grouped(), krsa_histogram_plot(), krsa_reverse_krsa_plot(), krsa_violin_plot(), krsa_violin_plot_grouped(), krsa_zscores_plot()

Examples

TRUE

CogDisResLab/KRSA documentation built on Sept. 27, 2024, 2:03 p.m.