mirRnaDensityCor {mirTarRnaSeq} | R Documentation |
This function draws density plots for miRNA and mRNA correlation while comparing real data vs sampled data. It mainly illustrates the where the lower relationships lie.
mirRnaDensityCor(corr0, corrS, pvalue = 0.05)
corr0 |
data.frame results of corMirnaRna function. |
corrS |
data.frame results from the sampCorRnaMirna function. |
pvalue |
The p value threshold to be used on the data density plot default is 0.05. |
Density plot
x <- mirRnaDensityCor(corr_0, outs, pvalue = 0.05)