[Biojava-l] calculating properties of SymbolLists

hilmar.lapp@pharma.Novartis.com hilmar.lapp@pharma.Novartis.com
Mon, 15 May 2000 15:54:45 +0100




I had in mind that there are probably many properties of a sequence that
are of a more complex nature and could hence not be represented as a
simple floating point value, e.g. amino acid distribution (symbol

     Agreed. Conversion like

          if(obj instanceof Number) ....

     is easy.

          Hilmar