Re: [R] GO & Protein Complex Analysis for Homo sapiens

2011-09-13 Thread neetika nath
Hi Sandeep, I am not entirely sure about this but you might be interested in using ‘clValid’ package. In which Biological measures seems to be good option to map function with GO terms. I haven't used it myself. Neetika On Tue, Sep 13, 2011 at 1:21 PM, Sandeep Amberkar wrote: > Dear All, > > I

Re: [R] [caret package] [trainControl] supplying predefined partitions to train with cross validation

2011-05-06 Thread neetika nath
Hi, I did the similar experiment with my data. may be following code will give you some idea. It might not be the best solution but for me it worked. please do share if you get other idea. Thank you CODE### library(dismo) set.seed(111) dd<-read.delim("yourfile.csv",sep=",",header=T)

Re: [R] Pattern match

2011-04-22 Thread neetika nath
Thank you so much. On Fri, Apr 22, 2011 at 1:29 PM, David Winsemius wrote: > > On Apr 22, 2011, at 6:42 AM, neetika nath wrote: > > > Thank you for your message. please see attach file for the template/test > dataset of my file. > > > On Thu, Apr 21, 2011 at 1:30 P

Re: [R] Pattern match

2011-04-22 Thread neetika nath
Thank you for your message. please see attach file for the template/test dataset of my file. On Thu, Apr 21, 2011 at 1:30 PM, David Winsemius wrote: > > On Apr 21, 2011, at 5:27 AM, neetika nath wrote: > > Thank you Dennis, >> >> yes the problem is the input file.

Re: [R] Pattern match

2011-04-21 Thread neetika nath
Thank you Dennis, yes the problem is the input file. i have .rdf file and the format is in same way i have posted earlier. if i open that file in notepad++ the lines are divided or broken with CR+LF character. so any suggestion to retrieve SpeciesScientific information without changing the input