Description Usage Arguments Details Value Author(s) References See Also Examples
Extracts the red and green spot intensitites (both signal and background)
from the GenePixData object and returns a RawData
object.
Note: From com.braju.sma v0.59, this method returns the *median* foreground and background estimates. Previous versions returned the *mean* of dito.
1 2 | ## S3 method for class 'GenePixData'
getRawData(this, slides=NULL, fg="median", bg="median", channels=1:2, ...)
|
slides |
Specifying which slides to be extracted. If |
fg |
If |
bg |
If |
channels |
A |
The R and Rb channels will come from the F635* and B635* fields, and the G and Gb channels will come from the F532* and B532* fields. To swap the channels just use dyeSwap().
From com.braju.sma v0.30 the dye.swap
argument has been removed.
Any dye swapping should be done bye using the dyeSwap() method.
Returns a RawData
object containing the specified slides.
Henrik Bengtsson (http://www.braju.com/R/)
GenePix File Formats, http://www.axon.com/GN_GenePix_File_Formats.html
For more information see GenePixData
.
1 2 3 4 | gpr <- GenePixData$read("gpr123.gpr", path=system.file("data-ex", package="aroma"))
# Gets the foreground and the background
raw <- getRawData(gpr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.