Description Usage Arguments Details Value Warning Author(s) Examples
A function to get the XY coordinates from a probes sequences data.frame
1 2 | getxy.probeseq(ppset.id = NULL, probeseq = NULL, i.row = NULL,
xy.offset = NULL, x.colname = "x", y.colname = "y")
|
ppset.id |
The probe sets of interest (a vector of mode |
probeseq |
The probe sequence |
i.row |
Row indexes in the |
xy.offset |
Offset for the xy coordinates. if |
x.colname, y.colname |
The probe sequence packages have seen the
names for the columns in their |
The data.frame
passed as argument probeseq
is expected
to have (at least) the following columns: Probe.X
,
Probe.Y
and Probe.Set.Name
. When the argument
ppset.id
is not null, the probe sets
A matrix
of two columns. The first column contains x coordinates,
while the second column contains y coordinates.
The parameter xy.offset.one
is here for historical
reasons. This should not be touched, the option in the affy
package should be modified if one wishes to modify this.
This function should not be confused with the methods index2xy
and similar. Here the the XY coordinate come from a data.frame
that stores information about an arbitrary number probes on the
chip. (See the ‘probe sequence’ data packages on Bioconductor, and the
package Biostrings
).
The methods index2xy
are meant to interact with instances of
class AffyBatch
.
Laurent
1 | ##---- Should be DIRECTLY executable !! ----
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.