Skip to content

Releases: inbalpaz/CLANS

Version 2.0.8

21 Mar 10:31
5b1e37a
Compare
Choose a tag to compare

Updated NCBI taxonomy files (21.3.2024).

Version 2.0.7

22 Sep 11:28
Compare
Choose a tag to compare

Improved 'Color data by' feature:

  • Enable editing the uploaded numerical features:
    • Rename features
    • Delete features
    • setting the minimum/maximum values.
  • Fixed colorbar presentation

Version 2.0.6

16 Sep 12:05
Compare
Choose a tag to compare
  • Added blast package and linux-specific modifications.

Version 2.0.5

01 Sep 19:13
Compare
Choose a tag to compare

A new, Python-based implementation of the CLANS software for 3D visualisation of the relationship between proteins, based on their pairwise sequence similarities.
CLANS can be used in two modes:
• GUI-based visualization tool (default mode), which gets a matrix of sequence similarities and
displays them as a dynamic graph using the Fruchterman-Reingold force-directed layout.
In addition to clustering the sequences in space, the visualization tool enables to explore the data in various ways, which include manual interaction with the graph (rotation, panning, zoom-in and out, selection of data-points), different views of the data, several selection options, grouping and coloring the data (or a subset of it) by different features.
• Command-line tool (executed using the ‘-nogui’ flag), which can be used to obtain a matrix of sequence similarities by running all-against-all BLAST search. In addition, it can run the Fruchterman-Reingold force-directed graph layout for a defined number of iterations and save the results in a clans-formatted file which can later be loaded and presented in the visualization tool. This is recommended for large datasets (>5000 sequences, depending on the computer resources), in which the clustering process is slow and there is no advantage in visualizing it.
The BLAST search is only available in the command-line mode.

Version 2.0.4

23 Aug 17:29
Compare
Choose a tag to compare

A new, Python-based implementation of the CLANS software for 3D visualisation of the relationship between proteins, based on their pairwise sequence similarities.
CLANS can be used in two modes:
• GUI-based visualization tool (default mode), which gets a matrix of sequence similarities and
displays them as a dynamic graph using the Fruchterman-Reingold force-directed layout.
In addition to clustering the sequences in space, the visualization tool enables to explore the data in various ways, which include manual interaction with the graph (rotation, panning, zoom-in and out, selection of data-points), different views of the data, several selection options, grouping and coloring the data (or a subset of it) by different features.
• Command-line tool (executed using the ‘-nogui’ flag), which can be used to obtain a matrix of sequence similarities by running all-against-all BLAST search. In addition, it can run the Fruchterman-Reingold force-directed graph layout for a defined number of iterations and save the results in a clans-formatted file which can later be loaded and presented in the visualization tool. This is recommended for large datasets (>5000 sequences, depending on the computer resources), in which the clustering process is slow and there is no advantage in visualizing it.
The BLAST search is only available in the command-line mode.

Version 2.0.2

01 Aug 08:28
Compare
Choose a tag to compare

A new, Python-based implementation of the CLANS software for 3D visualisation of the relationship between proteins, based on their pairwise sequence similarities.
CLANS can be used in two modes:
• GUI-based visualization tool (default mode), which gets a matrix of sequence similarities and
displays them as a dynamic graph using the Fruchterman-Reingold force-directed layout.
In addition to clustering the sequences in space, the visualization tool enables to explore the data in various ways, which include manual interaction with the graph (rotation, panning, zoom-in and out, selection of data-points), different views of the data, several selection options, grouping and coloring the data (or a subset of it) by different features.
• Command-line tool (executed using the ‘-nogui’ flag), which can be used to obtain a matrix of sequence similarities by running all-against-all BLAST search. In addition, it can run the Fruchterman-Reingold force-directed graph layout for a defined number of iterations and save the results in a clans-formatted file which can later be loaded and presented in the visualization tool. This is recommended for large datasets (>5000 sequences, depending on the computer resources), in which the clustering process is slow and there is no advantage in visualizing it.
The BLAST search is only available in the command-line mode.

Version 2.0.1

08 Jun 11:51
Compare
Choose a tag to compare

First release of the new, Python-based CLANS software for 3D visualisation of the relationship between proteins, based on their pairwise sequence similarities.
CLANS can be used in two modes:
• GUI-based visualization tool (default mode), which gets a matrix of sequence similarities and
displays them as a dynamic graph using the Fruchterman-Reingold force-directed layout.
In addition to clustering the sequences in space, the visualization tool enables to explore the data in various ways, which include manual interaction with the graph (rotation, panning, zoom-in and out, selection of data-points), different views of the data, several selection options, grouping and coloring the data (or a subset of it) by different features.
• Command-line tool (executed using the ‘-nogui’ flag), which can be used to obtain a matrix of sequence similarities by running all-against-all BLAST search. In addition, it can run the Fruchterman-Reingold force-directed graph layout for a defined number of iterations and save the results in a clans-formatted file which can later be loaded and presented in the visualization tool. This is recommended for large datasets (>5000 sequences, depending on the computer resources), in which the clustering process is slow and there is no advantage in visualizing it.
The BLAST search is only available in the command-line mode.