Department of Computer Science
BBSRC logo

ClusterONEWeb
A web server implementing ClusterONE (Clustering with Overlapping Neighbourhood Expansion)

References
If you use this server, please consider citing at least one of these two publications: The source code of this server is free software released under the GPL v3.0 and can be downloaded from GitHub.
  1. Upload your data file

    Select your data file on your local hard drive by clicking on the button below.

    The data file must be in a simple symbolic weighted edge list format, which looks like this:

    protein1 protein2 weight
    protein1 protein3 weight
    protein1 protein4 weight
    protein2 protein4 weight
    ...

    Protein IDs must not contain spaces. The columns must be separated by whitespace characters. Weights may be omitted; edges not having an associated weight will be considered as having unit weight.

  2. Set the algorithm parameters

    Place the mouse over the question marks to get help on each parameter. The default parameters are recomended for a quick start.

    Basic parameters
     
     
    Advanced parameters
     
     
     
     
     
  3. Examine the results

    Click on the table headers to sort the results.

    Click here to go back to the top of the table