sim_expr: sim_expr

Description Usage Arguments Value Author(s)

View source: R/sim_expression.R

Description

Calculate the similarity

Usage

1
2
3
4
5
6
7
8
9
sim_expr(
  data,
  gene,
  method = c("pearson", "spearman", "MIC"),
  MIC_pvalue = FALSE,
  pcutoff = 0.05,
  cut = 2,
  n = 100
)

Arguments

data

data

gene

gene

method

one of pearson and spearman.

MIC_pvalue

MIC p-value

pcutoff

<0.05

cut

2

n

10

Value

a data.frame

Author(s)

Yuanlong Hu


YuanlongHu/yltool documentation built on Nov. 2, 2021, 5:39 a.m.