Skip to content

[Bioc-devel] Python Z trees to hclust

1 message · Peter Langfelder

#
Hi Bernat,

my advice may not be that useful, but it may be better than the
silence so far...

Regarding the ordering of objects in hclust, if you're willing to do a
bit of hacking, have a look at the stats::hclust function; you will
see that the ordering is computed by a call to Fortran function
hcass2. That function could be used or perhaps adapted (it uses an
additional step that you will probably need to skip) to give you the
ordering. If you're good at understanding Fortran code, you may even
be able to re-write it directly in R.

Peter
On Tue, Jul 30, 2019 at 12:39 AM Bernat Gel Moreno <bgel at igtp.cat> wrote: