Entering edit mode
Hajar Hassani Lahsinoui
▴
120
@hajar-hassani-lahsinoui-4281
Last seen 10.3 years ago
Hello everyone,
I'm new to R. I've received data from a bead array, consisting of 24
samples.
I've installed the beadarray package from bioconductor.
The problem is that whenever I try to read the data into R it gives me
an error message.
I don't know what I'm doing wrong (checked the directory)
The txt files look like this:
In R:
library(beadarray)
Loading required package: Biobase
Welcome to Bioconductor
Vignettes contain introductory material. To view, type
'openVignette()'. To cite Bioconductor, see
'citation("Biobase")' and for packages 'citation(pkgname)'.
targets = read.table("BeadTypeFile.txt")
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") :
cannot open file 'BeadTypeFile.txt': No such file or directory
What am I doing wrong?? Please help.
Thanks,
H.Hassani MD, University of Amsterdam