View source: R/cor_fu_single.R
cor_fu_single | R Documentation |
Function to get the correlation between one gene and one mirna
cor_fu_single(mi, gene, m, mat1, mat2, mat3)
mi |
miRNA name |
gene |
gene name (COMMON gene notation) |
m |
correlation method ("pearson", "kendall", "spearman") |
mat1 |
mRNA matrix |
mat2 |
miRNA matrix |
A list with two fields: 1. estimate estimate value
a <- cor_fu_single(mi, gene, m, mat1, mat2, mat3) 2. p.value pvalue.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.