search for: swaraj

Displaying 7 results from an estimated 7 matches for "swaraj".

2011 May 16
3
R CMD check: no visible binding for global variable
...kage I get the following two notes get.affy.ensembl: no visible binding for global variable ‘annotIndex’ get.affy.id: no visible binding for global variable ‘annotIndex’ I need help in understanding these notes, and how can I avoid them. yours sincerely, Swaraj Basu [[alternative HTML version deleted]]
2011 May 03
3
Axis trouble
Hello Everyone, I am having problem in defining specific axis for plotting a vactor. vecAVG <- c(0.2, 0.4, 0.6, 0.2, 0.4) names(vecAVG)<-c("brain","heart","kidney","lung","blood") par(mar=c(12,4.1,4.1, 2.1))
2012 May 25
1
R memory allocation
...he following information *gc() used (Mb) gc trigger (Mb) limit (Mb) max used (Mb) Ncells 249638 13.4 467875 25.0 NA 407500 21.8 Vcells 1499217 11.5 2335949 17.9 7000 1970005 15.1 *Can someone please help me in finding a workaround to the problem. -Regards -- Swaraj Basu PhD Student (Bioinformatics - Functional Genomics) Animal Physiology and Evolution Stazione Zoologica Anton Dohrn Naples [[alternative HTML version deleted]]
2007 Jan 16
3
Small design question ... good or bad ...
hey guys, I am trying to add mapping functionality to the example application from the book. The mapping (mapquest''s openAPI) uses javascript to generate maps. So I was thinking that I''ll have a partial view to which i''ll pass the addresses and it''ll plot them. I''ll then put the partial view in the main view. Is this a good way of implementing this
2011 May 05
2
R CMD check warning
Dear All, I am trying to build a package for a set of functions. I am able to build the package and its working fine. When I check it with R CMD check I get a following warning : no visible global function definition for ‘biocLite’ I have used biocLite to load a user defined library from within a function if that library is not pre-installed
2012 May 24
0
Memory allocation error
...the following information *gc() used (Mb) gc trigger (Mb) limit (Mb) max used (Mb) Ncells 249638 13.4 467875 25.0 NA 407500 21.8 Vcells 1499217 11.5 2335949 17.9 7000 1970005 15.1 *Can someone please help me in finding a workaround to the problem. -Regards -- Swaraj Basu PhD Student (Bioinformatics - Functional Genomics) Animal Physiology and Evolution Stazione Zoologica Anton Dohrn Naples [[alternative HTML version deleted]]
2007 Jan 15
5
ActionController::UnknownAction (No action responded to xxx)
I have a new method defined in a existing controller. All the methods I called in these are workable. But somehow the new method is not recognizable. ------------------new method I added-------------------------------------------- def push # if fair begin @product = Product.find(params[:id]) rescue logger.error("Attempt to access invalid product #{params[:id]}")