qptabsearch

Tableau-based protein substructure search using quadratic programming

https://github.com/stivalaa/qptabsearch

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.2%) to scientific vocabulary

Keywords

algorithms fortran optimization protein-structure protein-substructure-search quadratic-integer-programming quadratic-programming research tableau
Last synced: 4 months ago · JSON representation ·

Repository

Tableau-based protein substructure search using quadratic programming

Basic Info
  • Host: GitHub
  • Owner: stivalaa
  • License: mit
  • Language: Fortran
  • Default Branch: master
  • Homepage:
  • Size: 381 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
algorithms fortran optimization protein-structure protein-substructure-search quadratic-integer-programming quadratic-programming research tableau
Created over 7 years ago · Last pushed 10 months ago
Metadata Files
Readme License Citation

README.md

Tableau-based protein substructure search using quadratic programming

Tableau-based protein substructure search using quadratic programming

Despite what GitHub might say, this code is primarily FORTRAN-77 (with some Python, shell, and R scripts).

Imported from https://sites.google.com/site/alexdstivala/home/qpprotein

This software can be used freely for any purpose, modified, redistributed, etc. with no restrictions. However we would appreciate it if you acknowledge your use of it, and in particular if you would cite our paper in any publication that makes use of it.

QP Tableau Search is also available for online use via the Pro-origami web server.

Tableau databases

The tableau databases were built with buildtableauxdb.py -t dssp -3 -5 -p none and converted to the ASCII format available here with convdbnumeric2ascii.py and convdbpacked2ascii.py for the numeric and tableaux formats respectively. The distance matrices were built with buildtableauxdb.py -t dssp -3 -5 -p none -d and the combined tableaux and distance matrix database in ASCII format created with the convdb2.py script. These scripts are included with the source code.

Randomly permuted tableaux

In the "Non-linear matchings" section of our paper, we describe the use of random permutations of tableaux as an artificial test to verify the capability of our method to find non-linear matchings, i.e. sets of correspondences between SSEs in which the sequential order of corresponding SSEs is not preserved. Here we provide some more details on this method for those who might like to use to evaluate other non-linear structural alignment techniques.

As described in the paper (and citations therein) a tableau is a square symmetric matrix in which each row represents the orientation of one SSE relative to every other SSE. Normally, the rows (and columns) are in the same order as the SSEs in the protein sequence, from N to C terminus. In order to generate randomly permuted tableaux, we instead generate the tableaux by randomly permuting the sequence of SSEs, so that rather than the rows being ordered according to the sequence, they are ordered according to the random permutation that was generated.

The -u option on the pytableaucreate.py script included with the source code is used to perform this task. It also outputs the permutation used, which is necessary so that any alignment based on the permuted tableau can be mapped back to the actual SSEs in the structure which the row and column in the tableau represents. The ssepermutationremap.py script accomplishes this task, and is used by the qptabmatchstructs.sh script when the -u option is used to randomly permute the query structure. This script illustrates the pipeline used to perform an alignment (possibly with a permuted tableau) and visualize it using PyMOL. The genpermutedqueries.sh script was used to generate the queries described in the paper.

All of the scripts mentioned here are provided with the source code download, and all contain internal documentation as to their purpose and usage.

Faster implementation

As described in our paper, all the results published there were with tsrchdsparse the sparse matrix implementation of the QP solver using the UMFPACK solver in SuiteSparse. However, if you have the Intel Math Kernel Library (MKL) version 10.1, which contains the PARDISO sparse linear solver, you can use the tsrchdpardiso implementation, which is approximately 70% faster than tsrchd_sparse.

Reference

If you use our software, data, or results in your research, please cite:

Stivala, A., Wirth, A. and Stuckey, P., Tableau-based protein substructure search using quadratic programming. BMC Bioinformatics 2009, 10:153

Owner

  • Name: Alex Stivala
  • Login: stivalaa
  • Kind: user

Research fellow, Università della Svizzera italiana (Switzerland)

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Stivala"
  given-names: "Alex"
  orcid: "https://orcid.org/0000-0002-2442-4743"
- family-names: "Stuckey"
  given-names: "Peter"
- family-names: "Wirth"
  given-names: "Anthony"
title: "Tableau-based protein substructure search using quadratic programming"
url: https://github.com/stivalaa/qptabsearch
preferred-citation:
  type: article
  title: "Tableau-based protein substructure search using quadratic programming"
  authors:
    - family-names: "Stivala"
      given-names: "Alex"
      orcid: "https://orcid.org/0000-0002-2442-4743"
    - family-names: "Stuckey"
      given-names: "Peter"
    - family-names: "Wirth"
      given-names: "Anthony"
  doi: 10.1186/1471-2105-10-153
  journal: BMC Bioinformatics
  year: 2009
  volume: 10
  start: 153

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Committers

Last synced: almost 2 years ago

All Time
  • Total Commits: 16
  • Total Committers: 3
  • Avg Commits per committer: 5.333
  • Development Distribution Score (DDS): 0.438
Past Year
  • Commits: 2
  • Committers: 1
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Alex Stivala a****a@s****u 9
Alex Stivala a****a@g****m 6
Alex Stivala 1****a 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: almost 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels