Description Usage Arguments Details Value Author(s) See Also Examples
Extracts the red and green spot intensitites (both foreground and background)
from the SpotfinderData object and returns a RawData
object.
1 2 | ## S3 method for class 'SpotfinderData'
getRawData(this, slides=NULL, ...)
|
slides |
Specifying which slides to be extracted. If |
The R and Rb channels will come from the *A* fields, and the G and Gb channels will come from the *B* fields. To swap the channels use dyeSwap().
Returns a RawData
object containing the specified slides.
Note that the returned foreground and background signals for
Spotfinder data is not necessarily integer
s,
e.g. R==0.32
is possible.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see SpotfinderData
.
1 | ## Not run: # For an example see help(SpotfinderData).
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.