mirRnaDensityCor {mirTarRnaSeq}R Documentation

mirRnaDensityCor for miRTarRNASeq miRNA and mRNA correlation real data versus sampled data

Description

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.

Usage

mirRnaDensityCor(corr0, corrS, pvalue = 0.05)

Arguments

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.

Value

Density plot

Examples

x <- mirRnaDensityCor(corr_0, outs, pvalue = 0.05)

[Package mirTarRnaSeq version 1.2.0 Index]