View source: R/mirRnaDensityInter.R
mirRnaDensityInter | R Documentation |
This function draws density plots for miRNA and mRNA Interrelation while comparing real data vs sampled data. It mainly illustrates the where the lower relationships lie.
mirRnaDensityInter(Inter0, OUTS, pvalue = 0.05)
Inter0 |
data.frame results of twoTimePoint function. |
OUTS |
data.frame results from the twoTimePointSamp function. |
pvalue |
The p value threshold to be used on the data density plot default is 0.05. |
Density plot
x <- mirRnaDensityInter(Inter0, OUTS, pvalue = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.