genScore: Genetic Score metric

Description Usage Arguments Value Author(s) Examples

View source: R/genScore.R

Description

Genetic Score metric

Usage

1
genScore(varX, varY)

Arguments

varX

array of "X" dimension values.

varY

array of "Y" dimension values

Value

Array with the antisense distance metric, as more greater is this value the point is more far than (0,x) line, that is, more on the right corner of the plot.

Author(s)

Luis Palomero, lpalomerol@gmail.com

This metric "collapses" two-dimensional values into a one dimensional. This distance is related to the inverse diagonal from a 2D space metric varA/varB

Examples

1
genScore(c(1,2,3,4), c(4,3,2,1))

pujana-lab/genScore documentation built on July 10, 2020, 12:35 a.m.