get.neighs {pint} | R Documentation |
Matching function called by the get.neighboring.probes
get.neighs(X, Y, xchrinds, ychrinds, max.dist, remove.duplicates = TRUE)
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 |
List of matched X and Y indices.
Leo Lahti leo.lahti@iki.fi
See citation("pint")
# Intended for internal use.