From: Diane Trout Date: Wed, 9 Aug 2006 00:56:21 +0000 (+0000) Subject: Add documentation about Mussa::soft_threshold X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=mussa.git;a=commitdiff_plain;h=57e6d7c2179cd191b994222d39a2bca07fb24312 Add documentation about Mussa::soft_threshold --- diff --git a/alg/mussa.hpp b/alg/mussa.hpp index d673b7b..dbb04f5 100644 --- a/alg/mussa.hpp +++ b/alg/mussa.hpp @@ -185,6 +185,7 @@ public: int window; //! how many base pairs need to match order to record a window as conserved int threshold; + //! stores current filter used by GUI to change the connections shown int soft_thres; //! which nway comparison algorithm to use. enum analysis_modes ana_mode;