Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LBC-LNBio/pyKVFinder
/ functions
Functions
627 in github.com/LBC-LNBio/pyKVFinder
⨍
Functions
627
◇
Types & classes
47
↳
Endpoints
16
↓ 1 callers
Function
estimate_average_hydropathy
* Function: estimate_average_hydropathy * ------------------------------------- * * Calculate average hydropathy of detected cavities. * * avgh:
C/pyKVFinder.c:2350
↓ 1 callers
Function
estimate_depth
* Function: estimate_depth * ------------------------ * * Calculate depth of each cavity point and maximum and average depth of * cavities * * c
C/pyKVFinder.c:1620
↓ 1 callers
Method
export
Exports cavitiy (H) and surface (HA) points to PDB-formatted file with a variable (B; optional) in B-factor column, and hydropathy to
pyKVFinder/main.py:446
↓ 1 callers
Function
filter_boundary
* Function: filter_boundary * ------------------------- * * Inspect cavities 3D grid and mark detected cavity-bulk boundary points * * cavities:
C/pyKVFinder.c:1513
↓ 1 callers
Function
filter_openings
* Function: filter_openings * ------------------------- * * Inspect openings 3D grid and mark detected openings points * * openings: openings 3D
C/pyKVFinder.c:1904
↓ 1 callers
Function
filter_surface
* Function: filter_surface * ------------------------ * * Inspect cavities 3D grid and mark detected surface points on a surface 3D * grid * * c
C/pyKVFinder.c:1193
↓ 1 callers
Function
g
(a,c,d)
docs/_static/js/html5shiv-printshiv.min.js:4
↓ 1 callers
Function
get_extra_compile_args
()
setup.py:28
↓ 1 callers
Function
get_extra_link_args
()
setup.py:12
↓ 1 callers
Function
he
(n)
docs/_static/jquery.js:2
↓ 1 callers
Function
highlight
(node, addItems)
docs/_static/_sphinx_javascript_frameworks_compat.js:51
↓ 1 callers
Function
i
(a,b)
docs/_static/js/html5shiv.min.js:4
↓ 1 callers
Function
i
(a,b)
docs/_static/js/html5shiv-printshiv.min.js:4
↓ 1 callers
Function
insert
* Function: insert * ---------------- * * Insert res node in linked list * * res: pointer to linked list head * new: res node * */
C/pyKVFinder.c:2037
↓ 1 callers
Function
interface
* Function: interface * ------------------- * * Retrieve interface residues surrounding cavities * * cavities: cavities 3D grid * nx: x grid uni
C/pyKVFinder.c:2084
↓ 1 callers
Function
k
(a)
docs/_static/js/html5shiv-printshiv.min.js:4
↓ 1 callers
Function
l
(a)
docs/_static/js/html5shiv-printshiv.min.js:4
↓ 1 callers
Function
lt
(o,e,t)
docs/_static/jquery.js:2
↓ 1 callers
Function
m
(a)
docs/_static/js/html5shiv-printshiv.min.js:4
↓ 1 callers
Function
objectSearchCallback
(prefix, match)
docs/_static/searchtools.js:429
↓ 1 callers
Function
ot
()
docs/_static/jquery.js:2
↓ 1 callers
Function
project_hydropathy
* Function: project_hydropathy * --------------------------- * * Map a hydrophobicity scale per surface point of detected cavities. * * hydropath
C/pyKVFinder.c:2263
↓ 1 callers
Function
pulse
()
docs/_static/searchtools.js:232
↓ 1 callers
Function
remove_boundary
* Function: remove_boundary * ------------------------- * * Inspect cavities 3D grid and unmark detected cavity-bulk boundary points * * cavities
C/pyKVFinder.c:1574
↓ 1 callers
Function
remove_enclosed_cavity
* Function: remove_enclosed_cavity * -------------------------------- * * Cluster consecutive cavity points together * * openings: openings 3D gr
C/pyKVFinder.c:1854
↓ 1 callers
Function
toggler
(el)
docs/_static/doctools.js:85
↓ 1 callers
Function
ut
(e,t,n)
docs/_static/jquery.js:2
Function
B
()
docs/_static/jquery.js:2
Function
De
(e)
docs/_static/jquery.js:2
Function
G
()
docs/_static/jquery.js:2
Function
Ke
(e,t,n,r,i)
docs/_static/jquery.js:2
Function
M
(e)
docs/_static/jquery.js:2
Function
R
(e)
docs/_static/jquery.js:2
Function
Stemmer
()
docs/_static/language_data.js:21
Function
U
(e,t)
docs/_static/jquery.js:2
Method
__init__
( self, cavities: numpy.ndarray, surface: numpy.ndarray, depths: Optional[nump
pyKVFinder/main.py:408
Method
__init__
Initialize the Molecule object with molecule, radii, model, nthreads and verbose. Parameters ---------- molecule : Union[str,
pyKVFinder/main.py:1305
Method
__init__
(self)
plugins/PyMOL-pyKVFinder-Tools/box.py:22
Method
__init__
(self)
plugins/PyMOL-pyKVFinder-Tools/gui.py:52
Function
__init_plugin__
Add an entry to the PyMOL "Plugin" menu. This function is called when the plugin is loaded by PyMOL.
plugins/PyMOL-pyKVFinder-Tools/__init__.py:19
Method
__str__
(self)
setup.py:8
Function
_check_hydropathy_options
Checks if x is a acceptable option for hydropathy argument. Parameters ---------- x : Any Option to be checked. Returns
pyKVFinder/argparser.py:38
Function
_check_pdb_xyz
Checks if x is a .pdb or .xyz extension and returns its abspath. Parameters ---------- x : Any Option to be checked. Returns
pyKVFinder/argparser.py:10
Function
_orderResultsByScoreThenName
(a, b)
docs/_static/searchtools.js:144
Function
_positive_float
Checks if x is a float. Parameters ---------- x : Any Variable to be checked. Returns ------- x : float A va
pyKVFinder/argparser.py:89
Function
_restricted_step_size
Checks if x is in range (0.0, 2.0]. Parameters ---------- x : Any Grid spacing (A). Returns ------- x : float
pyKVFinder/argparser.py:121
Method
_surface_selection
Get the surface selection from the GUI. This method is called when the user selects a surface type in the GUI.
plugins/PyMOL-pyKVFinder-Tools/gui.py:197
Method
add_usage
(self, usage, actions, groups, prefix=None)
pyKVFinder/argparser.py:168
Method
atomic
Get _atomic attribute.
pyKVFinder/main.py:1391
Function
callHelper
(*args)
tests/integration/test_package.py:9
Function
cgrid
* Function: cgrid * --------------- * * Fill char grid with '\0' * * grid: empty 3D grid * size: number of voxels * */
C/pyKVFinder.c:85
Function
cli
pyKVFinder Command Line Interface (CLI). Parameters ---------- None Returns ------- None Example ------- Usage:
pyKVFinder/main.py:38
Method
closeEvent
Exit the plugin. This method is called when the user clicks the 'Exit' button in the GUI.
plugins/PyMOL-pyKVFinder-Tools/gui.py:264
Method
dim
Get _dim attribute
pyKVFinder/main.py:1396
Function
e
(a,b)
docs/_static/js/html5shiv-printshiv.min.js:4
Function
export_openings
Export opening points (H) to a PDB-formatted file. Parameters ---------- fn : str | pathlib.Path | None A path to PDB file for wr
pyKVFinder/grid/export.py:315
Function
fgrid
* Function: fgrid * --------------- * * Fill float grid with 0.0 * * grid: empty 3D grid * size: number of voxels * */
C/pyKVFinder.c:49
Function
h
(a,c)
docs/_static/js/html5shiv.min.js:4
Function
h
(a,c)
docs/_static/js/html5shiv-printshiv.min.js:4
Function
me
()
docs/_static/jquery.js:2
Method
model_surface
Model the surface of the input. This method is called when the user clicks the 'Model Surface' button in the GUI. It will model the s
plugins/PyMOL-pyKVFinder-Tools/gui.py:541
Method
molecule
Get _molecule attribute.
pyKVFinder/main.py:1406
Function
ne
(e,t)
docs/_static/jquery.js:2
Method
nx
Get grid units in X-axis.
pyKVFinder/main.py:1411
Method
ny
Get grid units in Y-axis.
pyKVFinder/main.py:1417
Method
nz
Get grid units in Z-axis.
pyKVFinder/main.py:1423
Function
oe
()
docs/_static/jquery.js:2
Function
openings
Identify openings of the detected cavities and calculate their areas. Parameters ---------- cavities : numpy.ndarray Cavity point
pyKVFinder/grid/openings.py:130
Method
p1
Get origin of the 3D grid.
pyKVFinder/main.py:1429
Method
p2
Get X-axis max of the 3D grid.
pyKVFinder/main.py:1435
Method
p3
Get Y-axis max of the 3D grid.
pyKVFinder/main.py:1441
Method
p4
Get Z-axis max of the 3D grid.
pyKVFinder/main.py:1447
Method
padding
Get _padding attribute.
pyKVFinder/main.py:1453
Method
preview
Preview the molecular surface in the 3D grid. Example ------- With the molecular surface modelled by ``Molecule.vdw()`` or ``
pyKVFinder/main.py:1786
Method
probe
Get _probe attribute.
pyKVFinder/main.py:1458
Function
qe
(e)
docs/_static/jquery.js:2
Method
radii
Get _radii attribute.
pyKVFinder/main.py:1463
Function
repeat
(times)
tests/integration/test_package.py:7
Function
repeatHelper
(f)
tests/integration/test_package.py:8
Method
representation
Get _representation attribute.
pyKVFinder/main.py:1468
Method
restore
Restore the default values for the widgets in the GUI. This method is called when the user clicks the 'Restore Defaults' button in th
plugins/PyMOL-pyKVFinder-Tools/gui.py:272
Method
rotation
Get _rotation attribute.
pyKVFinder/main.py:1473
Function
run_plugin_gui
Open our custom dialog. If it is already open, bring it to the front.
plugins/PyMOL-pyKVFinder-Tools/__init__.py:29
Function
run_workflow
Detects and characterizes cavities (volume, area, depth [optional], hydropathy [optional] and interface residues). Parameters ----------
pyKVFinder/main.py:663
Method
setUp
(self)
tests/integration/test_package.py:22
Method
setUp
(self)
tests/integration/test_package.py:241
Method
setUp
(self)
tests/integration/test_package.py:274
Method
setUp
(self)
tests/integration/test_package.py:359
Method
setUp
(self)
tests/unit/test_utils.py:50
Method
setUp
(self)
tests/unit/test_utils.py:196
Method
setUp
(self)
tests/unit/test_utils.py:391
Method
setUp
(self)
tests/unit/test_utils.py:424
Method
setUp
(self)
tests/unit/test_grid.py:78
Method
setUp
(self)
tests/unit/test_grid.py:370
Method
setUp
(self)
tests/unit/test_grid.py:463
Method
setUp
(self)
tests/unit/test_grid.py:673
Method
setUp
(self)
tests/unit/test_grid.py:1045
Method
setUp
(self)
tests/unit/test_grid.py:1151
Method
setUp
(self)
tests/unit/test_grid.py:1256
Method
setUp
(self)
tests/unit/test_grid.py:1493
← previous
next →
201–300 of 627, ranked by callers