search for: shellman

Displaying 3 results from an estimated 3 matches for "shellman".

Did you mean: hellman
2010 Jul 16
1
Creating symbolic expressions in R
...instead of "met1^2." My goal is to make a package of functions for modeling and simulation of chemical kinetics and I want to make sure that they are open-source and freely available to all researchers, so any advice on how to proceed would be greatly appreciated! Erin -- Erin Rachael Shellman The University of Michigan Bioinformatics PhD Candidate http://www.erinshellman.com shellman at umich.edu (937) 321.1129
2010 Jul 21
0
Converting Between Character and Numeric Objects
...into a numeric vector so that I can initialize them with values? Or, is there an easier way to generate the flux expressions in my 'makeMassActionFluxes' function so that eventually passing in initial values for the met variables will be easier? Thanks in advance! Erin -- Erin Rachael Shellman The University of Michigan Bioinformatics PhD Candidate http://www.erinshellman.com shellman@umich.edu (937) 321.1129 [[alternative HTML version deleted]]
2006 May 09
12
prototype: leak with Element.extend
Had a nasty memory leak that was seriously slowing down the browser and eating up a couple megabytes every reload. I was using: $$(''.dyntable'').each(function(elm) { new DynTable(elm) }); To set up my behavior, but discovered that just running: $$(''.dyntable''); Caused the memory leak all by itself. The fix I found for it was to change Element.extend to a