cor.object: Creates list containing correlation matrix relevant objects

Description Usage Arguments

View source: R/cor_object.R

Description

Creates list containing correlation matrix relevant objects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
cor.object(
  data.expr,
  cm0 = 0,
  n = F,
  impute = T,
  threshold,
  shift,
  width,
  method.s = "not",
  method.a = "power",
  exp = 1,
  diag.zero = F,
  save = F,
  name,
  destination = "dat",
  return = T
)

Arguments

data.expr

expression data

cm0

threshold of missing values before normalization

n

normalize

impute

should missing values be imputed

threshold

threshold of missing values after normalization

shift

shift for imputation

width

width for imputation

method.s

similarity function

method.a

adjacency function

exp

exponent of correlation coefficients

save

should data be saved

name

name to save under

destination

where to save

return

should data be returned


nicohuttmann/htmnanalysis documentation built on Dec. 6, 2020, 3:02 a.m.