Entering edit mode
Lakshmi Kastury
▴
40
@lakshmi-kastury-4300
Last seen 10.3 years ago
Hi,
I am learning Bioconductor and would like to normalize affymetrix data
using dCHIP and RMA. This is my code to point:
# dCHIP normalization
eset <- expresso(raw.data, normalize.method="invariantset",
bg.correct=FALSE, pmcorrect.method="pmonly", summary.method="liwong")
#Writing eset expression data to an excel file:
write.exprs(eset, file="eset_export.xls")
Is this correct?
[[alternative HTML version deleted]]