threshSigInter {mirTarRnaSeq}R Documentation

threshSigInter Using shuffling threshold finds appropriate significant miRNA-mRNA correlation

Description

This function uses the sampCorRnaMirna shuffled output to determine an appropriate thershold for significant mRNA and miRNA relationship of the dataset and shows all those with significant relationships.

Usage

threshSigInter(corr0, corrS, pvalue = 0.05)

Arguments

corr0

data.frame results of corMirnaRna function.

corrS

vector of correlations, from the sampCorRnaMirna function.

pvalue

The p value threshold to be used on the sampled data.

Value

A dataframe of Significant mRNA and miRNA

Examples

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

[Package mirTarRnaSeq version 1.1.3 Index]