Learn R Programming

pint (version 1.22.0)

get.neighs: 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

References

See citation("pint")

Examples

Run this code
# Intended for internal use.

Run the code above in your browser using DataLab