plot_volcanoRIC: Plot log2 fold changes against significance (significant hits...

Description Usage Arguments Value Examples

View source: R/plot_volcanoRIC.R

Description

plot_volcanoRIC generates a volcano plot. Different significance levels get highlighted in different colours.

Usage

1
plot_volcanoRIC(tabletoplot)

Arguments

tabletoplot

Dataframe First element of list output from test_moderateRIC

Value

A scatter plot (generated by ggplot).

Examples

1
2
3
if(interactive()){
test_moderateRIC(aggregatedWCL_batch)[[1]]$diff_hour18_hour4 -> tabletoplotWCL
}

demar01/RIC documentation built on Feb. 10, 2021, 5:25 p.m.