[BioC] cellHTS2 readPlateList
Florian Hahne
fhahne at fhcrc.org
Tue Aug 25 18:25:03 CEST 2009
Hi Jose,
without a little more information it is hard to diagnose your problem.
Could you bundle up all your files and the code that produces the
error into a zip archive and mail to me? And also attach the output of
sessionInfo()
The error message indicates that the files specified in platlist.txt
can not be found in the folder dataPath, so you might want to make
sure that this is correct.
dir(dataPath) should list the content of that folder, and you might
want to make sure that this matches with your entries in platelist.txt.
Cheers,
Florian
On 25.08.2009, at 07:14, Jose Garcia-Bernardo wrote:
> Dear all
>
> A very basic question from a complete beginner.
>
>
>
> I'm getting an error message every time I try to read the data into
> the
> object x:
>
>
>
> Erreur dans readPlateList("platelist.txt", name = experimentName,
> path =
> dataPath) :
>
> None of the files were found in the given 'path': C:/Documents and
> Settings/.. Screen/in
>
>
>
> When using the following (standard) code:
>
>
>
>> x <- readPlateList("platelist.txt",
>
> + name=experimentName,
>
> + path=dataPath)
>
>
>
> All measurement files and the platelist file are in the same folder
> within
> the same directory. Not sure if it's a fundamental problem or just a
> simple
> bug in the code (apologies for this).
>
>
>
> Any help will be very much appreciated
>
>
>
> Jose
>
>
> [[alternative HTML version deleted]]
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
More information about the Bioconductor
mailing list