Description Usage Arguments Value Author(s) References Examples
Matching function called by the get.neighboring.probes
1 | 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")
1 | # Intended for internal use.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.