Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

clmorder(1) [debian man page]

clm order(1)							  USER COMMANDS 						      clm order(1)

  NAME
      clm order - reorder clusterings conformal to inclusion structure

      clmorder	is  not  in  actual  fact  a program. This manual page documents the behaviour and options of the clm program when invoked in mode
      order. The options -h, --apropos, --version, -set, --nop are accessible in all clm modes. They are described in the clm manual page.

  SYNOPSIS
      clm order [-prefix <string> (file multiplex prefix)] [-o <fname> (concatenated output in single file)] <cluster|stack>+

  DESCRIPTION
      Given a set of input clusterings clm order first transform it into a stack of strictly nesting clusterings. It does this by splitting  clus-
      ters  where  necessary.  It then reorders the coarsest (i.e. level-one) clustering, from large to small clusters. After that it reorders the
      second coarsest clustering conformally such that the first batch among its reordered clusters covers the level-one largest cluster, the sec-
      ond batch covers the level-one second largest cluster, and so on. Within these constraints, each batch of second-level clusters (correspond-
      ing to a single first-level cluster) is again ordered from larger to smaller clusters. This process is applied  recursively  throughout  the
      entire stack of input clusters.

      The input can be specified in multiple files, and a single file may contain multiple clusterings. The output is by default written as a con-
      catenation of matrix files, the so-called stack format. Use the -o option to specify the output file. The stacked format can be converted to
      Newick format using mcxdump(1). The output can be written to multiple files, one for each projected clustering, by using the -prefix option.
      By example, -prefix P leads to output in files named P1, P2, ..PN, where N is the number of clusters in the input,  P1  is  the  most  fine-
      grained ordered clustering, and PN is the coarsest clustering.

  OPTIONS
      -prefix (<string>)
      -o (<fname>)
	As decribed above.

  AUTHOR
      Stijn van Dongen.

  SEE ALSO
      mclfamily(7) for an overview of all the documentation and the utilities in the mcl family.

  clm order 12-068						      8 Mar 2012							clm order(1)

Check Out this Related Man Page

mcl(7)								  MISCELLANEOUS 							    mcl(7)

  NAME
      mclfamily - a description of the mcl family of cluster applications.

      mcl  is an implementation of the Markov Cluster Algorithm, aka MCL algoritm.  It is described in the mcl manual.	Several other applications
      are part of the MCL distribution. This manual pages gives an overview.

  DESCRIPTION
      mcl(1)	     the cluster algorithm
      mclfaq(7)      MCL Frequently Asked Questions
      mcxio(5)	     the network/matrix input/output format
      mcx(1)	     general network/matrix tasks
      mcx diameter   compute diameter of an undirected network
      mcx ctty	     compute betweenness centrality
      mcx clcf	     compute clustering coefficient
      mcx erdos      compute shortest paths in graphs
      mcx query      analyse networks at different thresholds
      mcx alter      apply network transformations
      mcx convert    convert between interchange/binary storage types
      mcxarray(1)    transform array data to MCL matrices
      mcxdump(1)     dump a matrix optionally with label substitions
      mcxload(1)     load label data into matrix and tab files
      mcxrand(1)     randomly remove, add, and perturb edge weights
      mcxmap(1)      relabel indices in a graph/matrix
      mcxsubs(1)     extracting submatrices in various ways
      mcxi(1)	     general matrix operations
      mcxassemble(1) create matrices from raw data
      clm(1)	     general graph-clustering related tasks
      clm dist	     compute split/join distance between clusterings
      clm vol	     derive node volatility scores from a set of clusterings
      clm info	     compute performance measure for clusterings
      clm meet	     compute intersection of clusterings
      clm mate	     find best matching clusters between clusterings
      clm close      fetch connected components from graphs or subgraphs
      clm imac	     interpret MCL iterand/matrix as clustering
      clm order      reorder indices to represent blocks from different clusterings
      clm residue    extend subgraph clustering
      clmformat(1)   display clusters as html or txt files
      mclpipeline(1) parsing/assembly/clustering/display
      mclblastline(1)BLAST pipeline
      mcxdeblast(1) *parse BLAST files

      Entries marked * are not available if only a default install is done.

  mcl 12-068							      8 Mar 2012							      mcl(7)
Man Page