Entering edit mode
Paz Tapia Ramirez
▴
150
@paz-tapia-ramirez-4783
Last seen 10.3 years ago
Hello, I need to get the normalized values ââin a file, how I can
do that?. I will normalize, but do not know how to visualize the
normalized values ââto a file.
I normalized as follows:
one.col <-list( R="gMeanSignal",G="gProcessedSignal",
Rb="gBGMedianSignal",Gb="gProcessedBackground")
RG1 <- read.maimages(my.filenames, source="agilent", columns=one.col1,
dec=".")
RG1 <- backgroundCorrect(RG1, method="half", offset=50)
MA <- normalizeBetweenArrays(RG1,method="quantile")
I need to get values of MA ââin a file.
Regards,
Paz
[[alternative HTML version deleted]]