[R] aaMI

2008-01-17 Thread navish
hi i am new to R language. I want to use aaMI package which calculates the amino acid mutual interaction for a given protein sequence. I had installed the package but when i run the program it gives me the error could not find function "aaMI". can anyone tell me what might be the problem.. -- V

Re: [R] aaMI

2008-01-17 Thread Richard . Cotton
> i am new to R language. I want to use aaMI package which calculates the > amino acid mutual interaction for a given protein sequence. I had installed > the package but when i run the program it gives me the error could not find > function "aaMI". can anyone tell me what might be the problem..

Re: [R] aaMI

2008-01-17 Thread Andrew Robinson
Hi Navish, did you run require(aaMI) ? Cheers Andrew On Thu, Jan 17, 2008 at 02:17:12AM -0800, navish wrote: > > hi > i am new to R language. I want to use aaMI package which calculates the > amino acid mutual interaction for a given protein sequence. I had installed > the package but when

Re: [R] aaMI

2008-01-17 Thread navish
Dear Richie. Thank you. yes it works after loading the package. can you please tell me what should be the location of the file during uploading for aaMI function. Richard Cotton wrote: > >> i am new to R language. I want to use aaMI package which calculates the >> amino acid mutual interaction

Re: [R] aaMI

2008-01-17 Thread Richard . Cotton
> Thank you. yes it works after loading the package. can you please tell me > what should be the location of the file during uploading for aaMI function. You can use an absolute path to a file, e.g. "c:/source/project/myrproject/myfile.r" .. Or an relative path from the current working director