Description Usage Arguments Details 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 'ScanAlyzeData'
getSpotPosition(this, slides=NULL, index=NULL, ...)
|
slides |
Specifying which for slides the spot positions should
be extracted. If |
index |
The spots for which the position is returned.
If |
The ScanAlyze software does not return the center position of a spot,
but the TOP
LEFT
BOT
and RIGHT
coordinates.
This method assumes that the center of the spot is in the center of
this box.
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 ScanAlyzeData
.
1 2 3 4 | sa <- ScanAlyzeData$read("group4.dat", path=system.file("data-ex", package="aroma"))
# Gets the spot positions
xy <- getSpotPosition(sa)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.