Skip to main content

No project description provided

Project description

PotSim2: Simple package to segment and compare protein potential grids

Using gridDataFormats to read the grids and MDAnalysis to make pdb atom selections

Installation

pip install potsim2

Usage: Open two grids and calculate PIPSA like scores

The protein electrostatic potential grids can generated with APBS

from potsim2 import PotGrid

# read grids
grid1 = PotGrid('A__02_01.pdb', 'A__02_01.pkl')
grid2 = PotGrid('A__11_01.pdb', 'A__11_01.pkl')

# calculate skin for grid1 
skin_mask1 = grid1.get_skin_mask()
grid1.apply_mask(skin_mask1)

# calculate skin for grid2 
skin_mask2 = grid2.get_skin_mask()
grid2.apply_mask(skin_mask2)

# calc the Hodgkin similarity index and PIPSA like distance 
hsi, dis = grid1.score(grid2)

# export the skins in uncompressed OpenDX format to be visualized in PyMol/ChimeraX
grid1.export('A__02_01.dx')
grid2.export('A__11_01.dx')

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

potsim2-0.3.3.tar.gz (6.7 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

potsim2-0.3.3-cp313-cp313-win_amd64.whl (63.0 kB view details)

Uploaded CPython 3.13Windows x86-64

potsim2-0.3.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (99.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

potsim2-0.3.3-cp313-cp313-macosx_11_0_arm64.whl (60.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

potsim2-0.3.3-cp313-cp313-macosx_10_13_x86_64.whl (62.2 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

potsim2-0.3.3-cp312-cp312-win_amd64.whl (63.0 kB view details)

Uploaded CPython 3.12Windows x86-64

potsim2-0.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (99.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

potsim2-0.3.3-cp312-cp312-macosx_11_0_arm64.whl (60.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

potsim2-0.3.3-cp312-cp312-macosx_10_13_x86_64.whl (62.1 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

potsim2-0.3.3-cp311-cp311-win_amd64.whl (62.9 kB view details)

Uploaded CPython 3.11Windows x86-64

potsim2-0.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (99.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

potsim2-0.3.3-cp311-cp311-macosx_11_0_arm64.whl (61.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

potsim2-0.3.3-cp311-cp311-macosx_10_9_x86_64.whl (63.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

potsim2-0.3.3-cp310-cp310-win_amd64.whl (61.9 kB view details)

Uploaded CPython 3.10Windows x86-64

potsim2-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (98.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

potsim2-0.3.3-cp310-cp310-macosx_11_0_arm64.whl (60.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

potsim2-0.3.3-cp310-cp310-macosx_10_9_x86_64.whl (61.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

potsim2-0.3.3-cp39-cp39-win_amd64.whl (61.9 kB view details)

Uploaded CPython 3.9Windows x86-64

potsim2-0.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (98.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

potsim2-0.3.3-cp39-cp39-macosx_11_0_arm64.whl (60.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

potsim2-0.3.3-cp39-cp39-macosx_10_9_x86_64.whl (61.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file potsim2-0.3.3.tar.gz.

File metadata

  • Download URL: potsim2-0.3.3.tar.gz
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.21

File hashes

Hashes for potsim2-0.3.3.tar.gz
Algorithm Hash digest
SHA256 a30348b79dc0586d402de114236704e692ba8aa23eb39d70840608ed2fcec1df
MD5 db23fc69b5a93d82d7cdc3a1816147f1
BLAKE2b-256 d160933ad2cfdf3b81882c6449e3880eb673966340a0db22cf91b26ea86c1ccd

See more details on using hashes here.

File details

Details for the file potsim2-0.3.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: potsim2-0.3.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 63.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.21

File hashes

Hashes for potsim2-0.3.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 dff4db46caacc868e84dd5d083179e6e657d0d49645e7b7708fb55ad044fa97a
MD5 80e989eaa91def831ad7f084161e0046
BLAKE2b-256 92bcf9a89c213cfa369d54f9395549280dc257b9a310fa589797bc8e595a0326

See more details on using hashes here.

File details

Details for the file potsim2-0.3.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for potsim2-0.3.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 68cfeff309e0545062daf4b029f40b05cc2513e022b4a305bd8990c6da91d24c
MD5 fc045e4a6af1ac4ac395a3029aa96080
BLAKE2b-256 bd264b555b144f169ab900dd510a77506387d9b6b1869e825b56ff253fd895c9

See more details on using hashes here.

File details

Details for the file potsim2-0.3.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for potsim2-0.3.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65bddab3ab3084a87fc0145dc0bbfde2657a22ecedc79e8913d1a75a50ae6d75
MD5 daf61ec456b5691d9b7df1114b2cb30b
BLAKE2b-256 ec666008d4bca5cecc553012ad8f58744d4ce3ab3ea2ce3e86f1536266cf97fa

See more details on using hashes here.

File details

Details for the file potsim2-0.3.3-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for potsim2-0.3.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4fcf7eb7e864686f52e68c6aeed566565b9fcde38349d88524c2127f0da07d89
MD5 51d30809963ba3ca9a6693b2accf7d58
BLAKE2b-256 360a61a0c5029820224ce54e2596b67dd8102e61011c0ddd1568521f5596e807

See more details on using hashes here.

File details

Details for the file potsim2-0.3.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: potsim2-0.3.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 63.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.21

File hashes

Hashes for potsim2-0.3.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6e4579c84fe1dd527d6317fc4fbd395c7d0171e60d8ada8098bff4c600734860
MD5 2edb8cdfb03fb3acdba2af590bfb32a1
BLAKE2b-256 c644170ff7030ddc64f7d676c0eea730f4e40128cff00460f3929f8785b735e7

See more details on using hashes here.

File details

Details for the file potsim2-0.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for potsim2-0.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eaf42485ac9b3401d4b1e1706ca10537347f30d0b9a0acb8422f567eee243bfd
MD5 7febcd025dd71339afb9290b572a38f0
BLAKE2b-256 54c2c06af9c7f07c570c5fd04a188679e44efca40209541ff9dfcd8454132d45

See more details on using hashes here.

File details

Details for the file potsim2-0.3.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for potsim2-0.3.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f43e1dc789aa55e04307ae8a8382995b4b6b63dc2ca825609787467e3d95653f
MD5 abb58e148b4fcec2fdcacca7b04833b6
BLAKE2b-256 7c338f9f426e2c1cedeb7eb36d75cb0b16c1cfc4cbd609386843e5132142d192

See more details on using hashes here.

File details

Details for the file potsim2-0.3.3-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for potsim2-0.3.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ecd1781fbfa5ec0005cc47dcc62adba521e227020b0d8d895a10e496d1eeada9
MD5 fefdcbd1f426cd0eb218f6289208ff55
BLAKE2b-256 97a237a01bc4a95eefc80a698a5ca5ce105ed15919d502f7b602d39de900c9fb

See more details on using hashes here.

File details

Details for the file potsim2-0.3.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: potsim2-0.3.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 62.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.21

File hashes

Hashes for potsim2-0.3.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0043ea40ff668596a0695535996540c70c7261d85255ce7e8c4b0d8c661f73dc
MD5 1198cc827b5ba75bf3336a89c37f7e65
BLAKE2b-256 12aa5706ffee2ef11ff7b451419b7ea1e53689b6364b63ceea65f7fae97d3579

See more details on using hashes here.

File details

Details for the file potsim2-0.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for potsim2-0.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e587436d1e2925ca5a42251a704a2573df0a298fcffe605871607c59fa33f380
MD5 fe7c1db2dae598cd5b65e93e6dd975c0
BLAKE2b-256 4c029a7e36d1bc7cfc3e5b86ecb1a82733f358fc65bbcf67d26b4ec47901fca7

See more details on using hashes here.

File details

Details for the file potsim2-0.3.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for potsim2-0.3.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e2b188b67e7aecace534a4a209f951ea5e5082ed7f371cafcab4c7cd52a6166
MD5 2eaecca741b8cd953fbea3f73541cd29
BLAKE2b-256 cc27c4f3a50ae16d2e8a4bada186b639cca219ad5dd08b6047d71cc0438ca9d1

See more details on using hashes here.

File details

Details for the file potsim2-0.3.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for potsim2-0.3.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bc2653230f96e0b09341c39b2be58096ea24ff4c4fd6767b37cafb7b356ac734
MD5 1315875e7de22b68f4add9ede8670491
BLAKE2b-256 aedda025517a816a977c2709a305939dfe952cc3c71247daa73d56002d41db50

See more details on using hashes here.

File details

Details for the file potsim2-0.3.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: potsim2-0.3.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 61.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.21

File hashes

Hashes for potsim2-0.3.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b77a8ab142f7032ceaa4f73131f319f09cc6b5323a095e9701cf3031e9921b7c
MD5 c6cc39d80b129708833e20b6a7eaef73
BLAKE2b-256 845d77d6d98a922b03bf807ddc3a8facb4b1319673e4f4fb83f615781c332f20

See more details on using hashes here.

File details

Details for the file potsim2-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for potsim2-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 709988314fd0f73445eb395b2116f5e0acc299ffcfe46e67b58739f96a339b2b
MD5 e45bf0777ca6176c3ba011971af8b670
BLAKE2b-256 e9d642a306c2f1ee671f9b5c61e319ff04909b86f3f21b7149f03e046aae5dce

See more details on using hashes here.

File details

Details for the file potsim2-0.3.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for potsim2-0.3.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d97776189e084553f59fa8a0ef163c4feb9d819f91861371964600887a53e9cf
MD5 fcf59d7b8329758ada3d7b47ad4d7df5
BLAKE2b-256 5f7eef378e520f71a238b5f4890ca60cc0cf7f2ebcd60d4401b0c802a4a2fc17

See more details on using hashes here.

File details

Details for the file potsim2-0.3.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for potsim2-0.3.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f8a712f5e81eff71274f84e8562af9426d1f5ac7c5673881aeafc2318fce9e3c
MD5 c4d24940a90ee1c4b4150382f96031ba
BLAKE2b-256 57ec3d0a8159204cb02ad39d2ab44634b7009c9311e3ed66e448aa94fdb446e0

See more details on using hashes here.

File details

Details for the file potsim2-0.3.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: potsim2-0.3.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 61.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.9.21

File hashes

Hashes for potsim2-0.3.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ccbaa69bf29efebc1a344096b3ce95e8a99b926fb22345ce700c8d78c7194982
MD5 3573be1dfd6af0e60ac5879f0c2e9390
BLAKE2b-256 ae97f868994d4222ab40398dea6d1c71666fe1ede3d4889db35a8e7e27567dbd

See more details on using hashes here.

File details

Details for the file potsim2-0.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for potsim2-0.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8cf32d18a0a01335162c889887c8a47880cd2487d98e535b965c80c15011a08c
MD5 41081e3f3e5e4894738fdaaeb6559f42
BLAKE2b-256 f3e315768d6f5e193cc3d088e5b65229cc93efac583bdc45c619ccf6432a19ae

See more details on using hashes here.

File details

Details for the file potsim2-0.3.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for potsim2-0.3.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c41eb3079c5dc4319c7c5093a4cb6d1d1085df3e9448121999e0c1e316279b29
MD5 671b0a0ca5f6612da7a5875063586e2c
BLAKE2b-256 e7dbbc1cdde483b646540cf6650a3fef93073dfc3485d782ccea367756bb3f47

See more details on using hashes here.

File details

Details for the file potsim2-0.3.3-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for potsim2-0.3.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c76ddef1d4614519f858d78f2375b43c9e5d4e971210566a9d7bb34596a3d95b
MD5 d8105cd698b3ecaae3a31a738f77a4a6
BLAKE2b-256 520671a5083821ef5e793d8a4131c90cf3b6b21f2bfd242a3d2b8234df447312

See more details on using hashes here.

Supported by

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