Skip to main content

Scoring protein-protein interface using RWGK and SVM

Project description

iScore

Support Vector Machine on Graph kernel for protein-protein conformation ranking

Build Status Documentation Status Coverage Status Codacy Badge DOI

alt text

iScore offers simple solutions to classify protein-protein interfaces using a support vector machine approach on graph kernels. The simplest way to use iScore is through dedicated binaries that hide the complexity of the approach and allows access to the code with simple command line interfaces. The two binaries are iscore.train and iscore.predict that respectively train a model using a trainging set and use this model to predict the near-native character of unkown conformations.

To use these binaries easily the following file structure is advised :

root/
 |__train/
 |    |__ pdb/
 |    |__ pssm/
 |    |__ caseID.lst
 |__predict/
      |__pdb/
      |__pssm/
      |__ caseID.lst (optional)

The train subdirectory contains the PDB files and the PSSM files of the conformation contained in the training set. The PSSM files can be calculated using PSSMGen https://github.com/DeepRank/PSSMGen. To train the model simply go to the train subdirectory and type:

mpiexec -n ${NPROC} iScore.train

This binary will generate a archive file called by default training_set.tar.gz that contains all the information needed to predict binary classes of a test set using the trained model. To use this model go into the test subdirectory and type:

mpiexec -n ${NPROC} iScore.predict --archive ../train/training_set.tar.gz

This binary will output the binary class and decision value of the conformations in the test set in a text file iScorePredict.txt.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iScore-0.1.3.tar.gz (40.5 kB view details)

Uploaded Source

Built Distribution

iScore-0.1.3-py3-none-any.whl (52.7 kB view details)

Uploaded Python 3

File details

Details for the file iScore-0.1.3.tar.gz.

File metadata

  • Download URL: iScore-0.1.3.tar.gz
  • Upload date:
  • Size: 40.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.24.0 CPython/3.6.8

File hashes

Hashes for iScore-0.1.3.tar.gz
Algorithm Hash digest
SHA256 b16ca21bf92970bc61ff94511ccfa3bc94edbc8e42f73456bc38c4fdbc2a1c46
MD5 25c61d31548e41da487853a9b658b0e8
BLAKE2b-256 5f075cc1d27a84dfa4ea4e55f6a238a90a27c8c4d7742b43cf3093ac55623a99

See more details on using hashes here.

Provenance

File details

Details for the file iScore-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: iScore-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 52.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.24.0 CPython/3.6.8

File hashes

Hashes for iScore-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4e46cabff0647688379be077c6236d0d093b8a88085421363501d64bfc7ff299
MD5 ed09b2d896ed0871b4b5820ed448c41a
BLAKE2b-256 a12f187f221ae9a724e932c0fe60e2277d1e81af4197ac66c99ad172888c5941

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page