Normalize: normalize data

Description Usage Arguments Value Author(s) References Examples

Description

normalize a vector or a matrix based on the formula from SemFunSim

Usage

1

Arguments

data

a numeric/integer vector or matrix

Value

normalized vector or matrix

Author(s)

Peng Ni, Min Li

References

Cheng L, Li J, Ju P, et al. SemFunSim: a new method for measuring disease similarity by integrating semantic and gene functional association[J]. PloS one, 2014, 9(6): e99415.

Examples

1
2
sim<-matrix(1:9,3,3)
Normalize(sim)

PengNi/dSimer documentation built on May 8, 2019, 1:28 a.m.