Message-ID: <CA+8X3fWUiQpgVAchiRPisEkOkEVo5Yq8rOenNpBi6kq7o-s3Pw@mail.gmail.com>
Date: 2016-04-17T06:16:43Z
From: Jim Lemon
Subject: Need Help to solve an Error in R
In-Reply-To: <35070A5B-0850-4D33-8EEC-EDAEE12B64D2@comcast.net>
Hi Jyoti,
>From what you and others have written I am going to guess that you are
using Windows, that Windows has hidden the extension on the file you
are trying to read, and the filename is actually:
galenv.gal
I may be wrong, but this problem has beset others before you.
Jim
>>> I tried to read some text file in R so that I can do further analysis on those
>>> files. All files are MicroRNA dataset and in exiqon format. When I write
>>> function ReadExi and path of my file gives me error - Error in a file(file, "rt") :
>>> cannot open the connection.
>>>
>>> I put a file in the same directory too, even then also it is not working.
>>> Can you help me on this issue?? Is there any issue with GAL file or
>>> samplesinfo.txt file as these are to be there in same folder as described in
>>> ExiMir package ??
>>>