threshSig | R Documentation |
This function uses the sampCorRnaMirna shuffled output to determine an appropriate threshold for significant mRNA and miRNA relationship of the dataset and shows all those with significant relationships.
threshSig(corr0, corrS, pvalue = 0.05)
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. |
A dataframe of Significant mRNA and miRNA
x <- mirRnaHeatmap(outs, corr_0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.