Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aqlaboratory/proteinnet
/ functions
Functions
7 in github.com/aqlaboratory/proteinnet
⨍
Functions
7
◇
Types & classes
1
↓ 3 callers
Function
letter_to_num
Convert string of letters to list of ints
code/text_parser.py:45
↓ 1 callers
Function
masking_matrix
Constructs a masking matrix to zero out pairwise distances due to missing residues or padding. Args: mask: 0/1 vector indicating whethe
code/tf_parser.py:14
↓ 1 callers
Function
read_record
Read a Mathematica protein record from file and convert into dict.
code/text_parser.py:52
Method
__init__
(self, value)
code/text_parser.py:26
Method
__iter__
Return the match method once, then stop
code/text_parser.py:30
Method
match
Indicate whether or not to enter a case suite
code/text_parser.py:35
Function
read_protein
Reads and parses a ProteinNet TF Record. Primary sequences are mapped onto 20-dimensional one-hot vectors. Evolutionary sequences a
code/tf_parser.py:34