threshSigInter: threshSigInter Using shuffling threshold finds appropriate...

View source: R/threshSigInter.R

threshSigInterR 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)

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