From: W. Trevor King Date: Tue, 15 May 2012 02:00:58 +0000 (-0400) Subject: Mention refolding package's automatic v-clamp analysis. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e21e415f19159acaac6543011048f223a33c0cbf;p=blog.git Mention refolding package's automatic v-clamp analysis. On Tue, May 15, 2012 at 01:23:31AM +0200, Daniel Aioanei wrote: > ... > My refolding package has recently acquired some new functionality, > including in particular support for analysing JPK (somewhat experimental) > and PicoForce approach/retraction curves. > ... --- diff --git a/posts/Open_source_force_spectroscopy.mdwn b/posts/Open_source_force_spectroscopy.mdwn index e951400..909c5a6 100644 --- a/posts/Open_source_force_spectroscopy.mdwn +++ b/posts/Open_source_force_spectroscopy.mdwn @@ -109,7 +109,8 @@ analysis code in [[Python]]. The driver is curious; it uses the NanoScope scripting interface to drive the experiment *through* the NanoScope software by impersonating a mouse-wielding user (like [Selenium][] does for web browsers). See the `RobotNanoDriver.java` -code for details. +code for details. There is also [support for automatic velocity clamp +analysis][refolding-vclamp]. [fs_kit]: http://fskit.blogspot.com/ [fs_kit_paper]: http://dx.doi.org/10.1111/j.1365-2818.2005.01478.x @@ -120,6 +121,7 @@ code for details. [refolding]: http://code.google.com/p/refolding/ [refolding_paper]: http://dx.doi.org/10.1093/bioinformatics/btq663 [Selenium]: http://seleniumhq.org/ +[refolding-vclamp]: http://code.google.com/p/refolding/wiki/BatchApproachRetractionAnalysis [[!tag tags/programming]] [[!tag tags/theory]]