drawInterPlots {mirTarRnaSeq}R Documentation

drawInterPlots for finInterResult miRNA and mRNA Interrelation real data

Description

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.

Usage

drawInterPlots(mrna, mirna, final_results)

Arguments

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.

Value

par plots

Examples

x <- drawInterPlots(mRNA_fc2, miRNA_fc2, final_results)

[Package mirTarRnaSeq version 1.1.3 Index]