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