title: "RSAT - matrix-clustering manual"
output:
html_document:
toc: yes
toc_depth: 3
pdf_document:
toc: yes
toc_depth: 3
css: course.css

NAME NAME

matrix-clustering

VERSION

$program_version

DESCRIPTION

Taking as input a set of position-specific scoring matrices, identify clusters of similar matrices and build consensus motifs by merging the matrices that belong to the same cluster.

DEPENDENCIES

The clustering step relies on MCL, the graph-based clustering algorithm developed by Stijn Van Dongen. MCL must be installed and its path indicated in the RSAT configuration file ($RSAT/RSAT_config.props). The installation of MCL can be done with a RSAT makefile:

cd $RSAT
make -f makefiles/install_software.mk install_mcl

Various R packages are required in matrix-clustering to convert the hierarchical tree into different output formats and to manipulate the dendrogram which is exported.

RJSONIO : http://cran.r-project.org/web/packages/RJSONIO/index.html
ctc : http://www.bioconductor.org/packages/release/bioc/html/ctc.html
dendextend : http://cran.r-project.org/web/packages/dendextend/index.html

For visualize the logo forest it is required the JavaScript D3 (Data Driven Documents) library, the user can select an option to connect directly with the server to load the functions of this library (see option -d3_base).

D3 : http://d3js.org/

AUTHORS

Implementation

Conception

CATEGORY

util

USAGE

matrix-clustering [-i inputfile] [-o outputfile] [-v ] [...]

OUTPUT FORMAT

SEE ALSO

WISH LIST

OPTIONS