Displaying 2 results from an estimated 2 matches for "galname".
Did you mean:
valname
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 from yours and I am not sure if it matters.
Here I understand that
# The folder 'Exiqon' contains the file 'samplesinfo.txt' and th...
2016 Apr 15
0
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 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....