Nicpetbio23! has asked for the wisdom of the Perl Monks concerning the following question:

How would I get the nearest neighbor of a given query sequence using the BioPerl modules for phylogenetic tree parsing?

Replies are listed 'Best First'.
Re: BioPerl neighbor
by huck (Prior) on Jul 04, 2017 at 21:50 UTC
Re: BioPerl neighbor
by thanos1983 (Parson) on Jul 04, 2017 at 22:20 UTC
Re: BioPerl neighbor
by karlgoethebier (Abbot) on Jul 05, 2017 at 10:16 UTC

    I'm clueless about this stuff as with many other stuff.

    But i can't imagine that there isn't anything useful at bioperl.org

    Found in a hurry: EUtilities Cookbook, Trees.

    I guessed and hope it's somehow related.

    «The Crux of the Biscuit is the Apostrophe»

    perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help