twoTimePoint {mirTarRnaSeq}R Documentation

twoTimePoint miRNA and mRNA interrelation in two timepoints

Description

This function uses the output of one2OneRnaMiRNA and returns a sampled from original file interrelation dataframe depending on user sampling selection.

Usage

twoTimePoint(mRNA, miRNA)

Arguments

mRNA

mRNA file generated from fold changes (FC) obj of the one2OneRnaMiRNA.

miRNA

miRNA file generated from fold changes (FC) obj of the one2OneRnaMiRNA.

Value

miRNA mRNA interrelation dataframe

Examples


x <- twoTimePoint(mRNA_fc2, miRNA_fc2)


[Package mirTarRnaSeq version 1.2.0 Index]