cor_fu_single: Correlation between one gene and one miRNA

View source: R/cor_fu_single.R

cor_fu_singleR Documentation

Correlation between one gene and one miRNA

Description

Function to get the correlation between one gene and one mirna

Usage

cor_fu_single(mi, gene, m, mat1, mat2, mat3)

Arguments

mi

miRNA name

gene

gene name (COMMON gene notation)

m

correlation method ("pearson", "kendall", "spearman")

mat1

mRNA matrix

mat2

miRNA matrix

Value

A list with two fields: 1. estimate estimate value

Examples

a <- cor_fu_single(mi, gene, m, mat1, mat2, mat3)
2. p.value pvalue.

martalovino/MoPc documentation built on May 30, 2022, 4:11 p.m.