Skip to content

PDL wrappers for the C clustering library by Michiel de Hoon

Notifications You must be signed in to change notification settings

mohawk2/PDL-Cluster

This branch is 4 commits behind moocow-the-bovine/PDL-Cluster:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 29, 2024
Dec 29, 2024
Dec 29, 2024
Dec 29, 2024
May 29, 2021
May 29, 2021
Dec 31, 2024
Apr 6, 2018
May 29, 2021
May 29, 2021
May 29, 2021
May 29, 2021
May 29, 2021
Apr 6, 2018
Apr 6, 2018
Dec 29, 2024
May 29, 2021
Apr 6, 2018
Apr 6, 2018

Repository files navigation

README for PDL::Cluster

ABSTRACT

PDL::Cluster - PDL wrappers for the C clustering library by Michiel de Hoon

REQUIREMENTS

  • PDL

    Tested versions 2.017, 2.019

DESCRIPTION

PDL::Cluster provides PDL wrappers for the open source C clustering library by Michiel de Hoon.

BUILDING

Build this module as you would any perl module, by doing something akin to the following:

gzip -dc distname-XX.YY.tar.gz | tar -xof -
cd distname-XX.YY/
perl Makefile.PL
make
make test                                     # optional
make install

See perlmodinstall(1) for details.

ACKNOWLEDGEMENTS

  • Perl by Larry Wall
  • PDL by Karl Glazebrook, Tuomas J. Lukka, Christian Soeller, and others.
  • C clustering library for cDNA microarray data copyright (C) 2002-2005 Michiel Jan Laurens de Hoon.

AUTHOR

Bryan Jurish moocow@cpan.org wrote and maintains the PDL::Cluster distribution.

Michiel de Hoon wrote the underlying C clustering library for cDNA microarray data.

COPYRIGHT

PDL::Cluster is a set of wrappers around the C Clustering library for cDNA microarray data.

  • The C clustering library for cDNA microarray data. Copyright (C) 2002-2005 Michiel Jan Laurens de Hoon.

    This library was written at the Laboratory of DNA Information Analysis, Human Genome Center, Institute of Medical Science, University of Tokyo, 4-6-1 Shirokanedai, Minato-ku, Tokyo 108-8639, Japan. Contact: michiel.dehoon 'AT' riken.jp

    See the files README.cluster, ccluster.c, and ccluster.h in the PDL::Cluster distribution for details.

  • PDL::Cluster wrappers (c) 2005-2021, Bryan Jurish. All rights reserved. This package is free software, and entirely without warranty. You may redistribute it and/or modify it under the same terms as Perl itself.

About

PDL wrappers for the C clustering library by Michiel de Hoon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 60.6%
  • Perl 39.3%
  • Shell 0.1%