Entering edit mode
Garcia Orellana,Miriam
▴
150
@garcia-orellanamiriam-5283
Last seen 10.2 years ago
Dear R users:
First thank to all users for their direct or indirect support with
previous question. Now. I am rephrasing this question since I did not
get any help the last 3 days. I am having hard time to analyze my
microarray data, since the use of R environment is a new world for me.
I have 18 affymetrix bovine arrays from liver samples of 30d old
calves that born from cows fed 3 types of prepartum dam diets (factor
DD, 6 arrays per DD) and were fed just milk replacer the first 30d of
life ( factor MR, 9 array per MR). Biologically I will expect that the
main factor driving any difference will be the MR rather than the DD
(unless some imprinting genes are expressed).
So I have the idea to filter non expressed genes using the simpleaffy
package using the manual but I don't know what is wrong when I try to
load the covdesc file I got error.
I have a folder in my directory that contains all 18 CEL files and
also the covdesc (extension .prn - is this the right one?). Since I
was able to run the gcrma normalization so the working directory maybe
well set, what I got is the next when using the option read.affy to
read the covdesc file.
> raw.data <- ReadAffy()
> gcrma.eset <- call.exprs(raw.data, "gcrma")
Loading required package: AnnotationDbi
Adjusting for optical effect..................Done.
Computing affinities.Done.
Adjusting for non-specific binding..................Done.
Normalizing
Calculating Expression
> raw.data <- read.affy() ##read data in working directory
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") :
cannot open file './covdesc': No such file or directory
> raw.data<- read.affy("covdesc")
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") :
cannot open file './covdesc': No such file or directory
I would really appreciate if you can suggest me any simple method to
filter my genes ( I want to keep probes that are present in at least
4 of the 9 arrays in at least one of the MR groups, or do you think I
should consider the interaction prepartum diet * milk replacer (then 3
arrays per interaction group and try to have at least 2 present genes
in at least 1 of the 6 interactions)
Thanks in advance for any help.
Miriam
[[alternative HTML version deleted]]