Description Usage Arguments Value Examples
plot_scatterRIC
generates a multi-scatter plot for log2 fold changes
across replicates for two given conditions.
1 | plot_scatterRIC(tabletoplot, intensitiestoplot)
|
tabletoplot |
Dataframe
First element of list output from |
intensitiestoplot |
Matrix
Second element of l=list output from |
A matrix of scatterplots
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)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.