Description Usage Arguments Value Author(s) See Also Examples
Gets physical positions (in pixels) of the spots on one or several slides.
1 2 | ## S3 method for class 'GenePixData'
getSpotPosition(this, slides=NULL, index=NULL, ...)
|
slides |
Specifying for which slides the spot positions should
be extracted. If |
index |
The spots for which the position is returned.
If |
Returns a SpotPosition
object containing the
positions of the spots on the specified slides.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see GenePixData
.
1 2 3 4 | gpr <- GenePixData$read("gpr123.gpr", path=system.file("data-ex", package="aroma"))
# Gets the spot positions
xy <- getSpotPosition(gpr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.