search for: readexi

Displaying 3 results from an estimated 3 matches for "readexi".

Did you mean: readers
2016 Apr 15
1
Need Help to solve an Error in R
Hi Keep your answers to R help (others can help you too) From the warning message it seems to me possible that function ReadExi needs to write something to the working directory. As I said I am not an expert in this package, but commands from help R> make.gal.env(galname='galenv', gal.path='Exiqon') R> ebatch <- ReadExi(galname='galenv', txtfile.path='Exiqon') are rather different...
2016 Apr 15
0
Need Help to solve an Error in R
> On Apr 15, 2016, at 6:07 AM, PIKAL Petr <petr.pikal at precheza.cz> wrote: > > Hi > > Keep your answers to R help (others can help you too) > > From the warning message it seems to me possible that function ReadExi needs to write something to the working directory. As I said I am not an expert in this package, but commands from help > > R> make.gal.env(galname='galenv', gal.path='Exiqon') > R> ebatch <- ReadExi(galname='galenv', txtfile.path='Exiqon') > &...
2016 Apr 15
3
Need Help to solve an Error in R
...nd recently start working on R. I am new in this field and my knowledge is not up to the mark, so if I sound dumb then please forgive me. 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 sa...