mindsponge.common
API Name |
Description |
Supported Platforms |
Find optimal renaming for ground truth that maximizes LDDT. |
|
|
Align two protein fasta sequence. |
|
|
Put in a pdb file and get fasta information from it. |
|
|
get atom positions, residue index etc. |
|
|
The function of transforming sparse encoding method to densely encoding method. |
|
mindsponge.common.geometry
API Name |
Description |
Supported Platforms |
Rotate and translate the input coordinates. |
|
|
Initialize quaternion, rotation, translation of affine. |
|
|
The inverse transformation of a rigid body group transformation with respect to a point coordinate, that is, the inverse transformation of apply to point Make rotational translation changes on coordinates with the transpose of the rotation matrix |
|
|
Computes group inverse of rigid transformations. |
|
|
Computes inverse of rotations |
|
|
Using GramSchmidt process to construct rotation and translation from given points. |
|
|
Return a new QuatAffine which applies the transformation update first. |
|
|
Create quat affine representations based on rots and trans. |
|
|
Multiply a quaternion by a pure-vector quaternion. |
|
|
Convert a normalized quaternion to a rotation matrix. |
|
|
Take the input 'tensor' |
|
|
Change quaternion to tensor. |
|
|
Gram-Schmidt process. |
|
|
Change rigid |
|
|
Numpy version of getting results rigid |
|
|
Transform vector |
|
|
Adds an additional dimension to rots at the given axis. |
|
|
Amortize and split the 3*3 rotation matrix corresponding to the last two axes of input Tensor |
|
|
Put in two vectors |
|
|
Get result of rotation matrix x multiply rotation matrix y. |
|
|
Apply rotations |
|
|
Scaling of rotation matrixs. |
|
|
Translate rots represented by vectors to tensor, inverse of 'rots_from_tensor'. |
|
|
Cross product of vectors |
|
|
Dot product of vectors |
|
|
Add an extra dimension to the input v at the given axis. |
|
|
Get vectors from the last axis of input tensor. |
|
|
Calculate the l2-norm of a vector. |
|
|
Use l2-norm normalization vectors |
|
|
Scale the vector. |
|
|
Subtract two vectors. |
|
|
Converts 'v' to tensor with last dim shape 3, inverse of 'vecs_from_tensor'. |
|