Hi all
I used Mas5 normalisation over my cel file. After normalisation i have done exprs() call
I am getting negetive value for this
I have not any fold change or log FC over this data
Code :-
setwd("MCF7/data")
cels = list.files("MCF7/data", pattern = ".CEL")
raw.data=ReadAffy(verbose=TRUE, filenames=cels, cdfname="hgu133a2cdf")
mas.norm=mas5(raw.data)#mas5
mas.exprs=exprs(mas.norm)
mas.exprs is having negetive value
Can any one suggest me how is this possible
Also how can i import mas.norm file for reading norm data