get.neighs {pint}R Documentation

get.neighs

Description

Matching function called by the get.neighboring.probes

Usage

get.neighs(X, Y, xchrinds, ychrinds, max.dist, remove.duplicates = TRUE)

Arguments

X

Data object. See help(screen.cgh.mrna). For instance, geneExp from our example data set.

Y

Data object. See help(screen.cgh.mrna). For instance, geneCopyNum from our example data set.

xchrinds

chromosomal indices for the probes in X data set

ychrinds

chromosomal indices for the probes in Y data set

max.dist

consider probes within this chromosomal distance

remove.duplicates

remove duplicate probes in many-to-one matching cases, use the closest match

Value

List of matched X and Y indices.

Author(s)

Leo Lahti leo.lahti@iki.fi

References

See citation("pint")

Examples

# Intended for internal use.

[Package pint version 1.34.0 Index]