plot_scatterRIC: Plot log2 fold changes across replicates (significant hits...

Description Usage Arguments Value Examples

Description

plot_scatterRIC generates a multi-scatter plot for log2 fold changes across replicates for two given conditions.

Usage

1
plot_scatterRIC(tabletoplot, intensitiestoplot)

Arguments

tabletoplot

Dataframe First element of list output from test_moderateRIC

intensitiestoplot

Matrix Second element of l=list output from test_moderateRIC

Value

A matrix of scatterplots

Examples

1
2
3
4
5
if(interactive()){
test_moderateRIC(aggregatedWCL_batch)[[1]]$diff_hour18_hour4 -> tabletoplotWCL
test_moderateRIC(aggregatedWCL_batch)[[2]]$diff_hour18_hour4 ->  intensitiestoploWCL
plot_scatterRIC(tabletoplotWCL,intensitiestoploWCL)
}

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