View source: R/drawInterPlots.R
drawInterPlots | R Documentation |
This function draws miRNA, mRNA density plots for miRNA and mRNA Interrelation while comparing in addition to overall FC_miRNA and FC_mRNA plots from the finInterResult dataframe function.
drawInterPlots(mrna, mirna, final_results)
mrna |
mRNA results of twoTimePoint function. |
mirna |
miRNA results of twoTimePoint function. |
final_results |
finInterResult miRNA and mRNA interrelation in two timepoints results in a dataframe. |
par plots
x <- drawInterPlots(mRNA_fc2, miRNA_fc2, final_results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.