Mention refolding package's automatic v-clamp analysis.
authorW. Trevor King <wking@tremily.us>
Tue, 15 May 2012 02:00:58 +0000 (22:00 -0400)
committerW. Trevor King <wking@tremily.us>
Tue, 15 May 2012 02:00:58 +0000 (22:00 -0400)
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.
> ...

posts/Open_source_force_spectroscopy.mdwn

index e95140011584d3860b1e0b49f6e3bdb9e32bb639..909c5a6168e308ba1bdf6cf5f1a758f90c765050 100644 (file)
@@ -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]]