Displaying 3 results from an estimated 3 matches for "exiqon".
Did you mean:
edison
2016 Apr 15
1
Need Help to solve an Error in R
...our 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 from yours and I am not sure if it matters.
Here I understand that
# The folder 'Exiqon' contains the file 'samplesinfo.txt' and the corresponding raw data files in ImaGe...
2016 Apr 15
0
Need Help to solve an Error in R
...p (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 from yours and I am not sure if it matters.
To Jyoti;
The first line of code in the help file fails with a message:
> make.gal.env(galname='galenv', gal.path=...
2016 Apr 15
3
Need Help to solve an Error in R
...ay !
I am Jyoti Sharma, from India and 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.t...