View source: R/krsa_waterfall.R
krsa_waterfall | R Documentation |
Takes in the LFC table and a LFC cuttoff and generates a waterfall plot using a ggplot.
krsa_waterfall(data, lfc_thr, byChip = T, sd_thr = Inf)
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 |
ggplot object
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()
TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.