ConvergenceDegree: Calculating covergence degree

Description Usage Arguments Value Author(s) References Examples

Description

This function calculates the covergence degree between two sets of elements, and has been used to estimate the degree of covergence between genes responsive to different stresses in Arabidopsis (Ma and Wang, 2013)

Usage

1
ConvergenceDegree( vec1, vec2 )

Arguments

vec1

a vector recording a set of elements for one condition.

vec2

a vector recording a set of elements for the other condition.

Value

value

an numeric value

Author(s)

Chuang Ma, Xiangfeng Wang

References

[1] Chuang Ma, Xiangfeng Wang. Machine learning-based differential network analysis: a study of stress-responsive transcriptomes in Arabidopsis thaliana. 2013(Submitted).

Examples

1
2
3
   vec1 <- c(1, 2, 4, 10)
   vec2 <- c(1, 10, 15:20)
   ConvergenceDegree( vec1, vec2 )

mlDNA documentation built on May 2, 2019, 2:15 p.m.