twoTimePointSamp: twoTimePointSamp miRNA and mRNA interrelation in two...

View source: R/twoTimePointSamp.R

twoTimePointSampR Documentation

twoTimePointSamp miRNA and mRNA interrelation in two timepoints sampling

Description

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

Usage

twoTimePointSamp(mRNA, miRNA, Shrounds = 100, Srounds = 1000)

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.

Shrounds

number of shuffling over the FC data, default is 100.

Srounds

number of sampling from the shuffled data, default is 1000.

Value

miRNA mRNA interrelation dataframe

Examples


x <- twoTimePointSamp(mRNA, miRNA, Shrounds = 10, Srounds = 10)


Mercedeh66/mirTarRnaSeq documentation built on April 14, 2023, 6:49 a.m.