MCPcopy Create free account

hub / github.com/THUNLP-MT/MEAN / functions

Functions429 in github.com/THUNLP-MT/MEAN

FunctionResidue_switch_numbering_scheme
data/ImmunoPDB.py:399
Method__call__
(self, *args, **kwargs)
evaluation/ddg/utils/misc.py:11
Method__call__
(self, data_list)
evaluation/ddg/utils/data.py:56
Method__call__
(self, data)
evaluation/ddg/utils/data.py:101
Method__eq__
(self, other)
data/pdb_utils.py:375
Method__getattr__
(self, name)
evaluation/ddg/utils/misc.py:14
Method__getitem__
(self, idx)
data/dataset.py:153
Method__getitem__
(self, idx)
data/dataset.py:284
Method__init__
(self,scheme,allowed_domains, region_definition=None, warnings=False)
data/ImmunoPDB.py:106
Method__init__
data/ImmunoPDB.py:219
Method__init__
file_path: path to the dataset save_dir: directory to save the processed data num_entry_per_file: number of entries in a sing
data/dataset.py:26
Method__init__
(self, symbol, abrv, idx=0, side_chain_coord=None)
data/pdb_utils.py:49
Method__init__
(self)
data/pdb_utils.py:68
Method__init__
(self, _id, residues: List[Residue])
data/pdb_utils.py:245
Method__init__
(self, pdb_id, peptides)
data/pdb_utils.py:312
Method__init__
heavy_chain: the id of heavy chain light_chain: the id of light chain antigen_chains: the list of ids of antigen
data/pdb_utils.py:416
Method__init__
(self, message)
data/anarci/anarci.py:86
Method__init__
(self, args, save_dir, lr, max_epoch, metric_min_better=True, early_stop=False, patience=3, grad_clip=None, an
trainer/abs_trainer.py:17
Method__init__
(self, model, train_loader, valid_loader, config)
trainer/abs_trainer.py:33
Method__init__
(self, input_nf, output_nf, hidden_nf, n_channel, edges_in_d=0, act_fn=nn.SiLU(), dropout=0.1
models/MCAttGNN/mc_egnn.py:147
Method__init__
(self, in_node_nf, hidden_nf, out_node_nf, n_channel, in_edge_nf=0, act_fn=nn.SiLU(), n_layer
models/MCAttGNN/mc_egnn.py:243
Method__init__
(self)
models/MCAttGNN/mc_att_model.py:30
Method__init__
(self, embed_size, hidden_size, n_channel, n_edge_feats=0, n_layers=3, cdr_type='3', alpha=0.1, dropout=0.1, n
models/MCAttGNN/mc_att_model.py:337
Method__init__
(self, length_ref_key='mutation_mask', pad_values={'aa': 20, 'pos14': float('999'), 'icode': ' ', 'chain_id':
evaluation/ddg/utils/data.py:10
Method__init__
(self, cfg)
evaluation/ddg/models/predictor.py:13
Method__init__
(self, cfg)
evaluation/ddg/models/predictor.py:97
Method__init__
(self, num_funcs=6)
evaluation/ddg/models/common.py:27
Method__init__
(self, node_feat_dim, pair_feat_dim, spatial_attn_mode='CB', value_dim=16, query_key_dim=16, num_query_points=
evaluation/ddg/models/attention.py:40
Method__init__
(self, feat_dim)
evaluation/ddg/models/residue.py:9
Method__len__
(self)
data/dataset.py:237
Method__len__
(self)
data/dataset.py:287
Method__len__
(self)
data/pdb_utils.py:141
Method__len__
(self)
data/pdb_utils.py:304
Method__setattr__
(self, name, value)
evaluation/ddg/utils/misc.py:8
Method__str__
(self)
data/pdb_utils.py:63
Method__str__
(self)
data/pdb_utils.py:307
Method__str__
(self)
data/pdb_utils.py:385
Method__str__
(self)
data/pdb_utils.py:653
Method__str__
(self)
trainer/abs_trainer.py:28
Method_cmp_wrapper
(self, a, b)
data/dataset.py:267
Methodaccept_residue
(self, residue)
data/ImmunoPDB.py:346
Methodaccept_residue
(self, residue)
data/ImmunoPDB.py:353
Methodbasic_ipstream
Default constructor, creates an uninitialised stream.
evaluation/TMscore.cpp:569
Methodbasic_opstream
Default constructor, creates an uninitialised stream.
evaluation/TMscore.cpp:721
Methodbasic_pstream
Default constructor, creates an uninitialised stream.
evaluation/TMscore.cpp:861
Methodbasic_pstreambuf
evaluation/TMscore.cpp:1209
Methodbasic_rpstream
Default constructor, creates an uninitialised stream.
evaluation/TMscore.cpp:1033
Methodcollate_fn
(cls, batch)
data/dataset.py:241
Functioncontinuous_segments
(indexes)
data/pdb_utils.py:392
Methodcreate_buffers
evaluation/TMscore.cpp:1669
Methoddestroy_buffers
evaluation/TMscore.cpp:1700
Methoddist_to
(self, residue)
data/pdb_utils.py:214
Functiondownload_one_item
(item)
data/download.py:210
Functiondownload_one_item_local
(pdb_dir, item)
data/download.py:221
Methodempty_buffer
evaluation/TMscore.cpp:2005
Methoderror
evaluation/TMscore.cpp:1889
Functioneval_one
(tup, out_dir, cdr='H3')
generate.py:55
Functionfake_log
(*args, **kwargs)
ita_train.py:122
Functionfetch_from_pdb
(identifier)
data/pdb_utils.py:719
Functionfetch_from_sabdab
(identifier, tries=5)
data/download.py:38
Methodfill_buffer
evaluation/TMscore.cpp:2086
Methodfopen
evaluation/TMscore.cpp:2403
Methodfork
evaluation/TMscore.cpp:1515
Functionformat_aa_abrv
(abrv)
data/pdb_utils.py:153
Methodforward
h: [bs * n_node, hidden_size] edge_index: list of [n_row] and [n_col] where n_row == n_col (with no cutoff, n_row == bs * n_node * (n
models/MCAttGNN/mc_egnn.py:126
Methodforward
(self, h, edge_index, coord, edge_attr=None)
models/MCAttGNN/mc_egnn.py:226
Methodforward
(self, h, x, ctx_edges, att_edges, ctx_edge_attr=None, att_edge_attr=None, return_attention=False)
models/MCAttGNN/mc_egnn.py:287
Methodforward
(self, X, S, offsets)
models/MCAttGNN/mc_att_model.py:125
Methodforward
:param X: [n_all_node, n_channel, 3] :param S: [n_all_node] :param L: list of cdr types :param offsets: [batch_size +
models/MCAttGNN/mc_att_model.py:188
Methodforward
:param X: [n_all_node, n_channel, 3] :param S: [n_all_node] :param L: list of cdr types :param offsets: [batch_size +
models/MCAttGNN/mc_att_model.py:341
Methodforward
Args: pos14: (N, L, 14, 3). aa: (N, L). seq: (N, L). chain: (N, L). mask
evaluation/ddg/models/predictor.py:33
Methodforward
Args: node_feat_wt: (N, L, F). node_feat_mut: (N, L, F). mask: (N, L).
evaluation/ddg/models/predictor.py:75
Methodforward
(self, complex_wt, complex_mut, ddG_true=None)
evaluation/ddg/models/predictor.py:102
Methodforward
Args: x: (..., d).
evaluation/ddg/models/common.py:35
Methodforward
(self, R, t, p_CB, x, z, mask)
evaluation/ddg/models/attention.py:233
Methodforward
(self, R, t, p_CB, x, z, mask)
evaluation/ddg/models/attention.py:248
Methodforward
Args: aa: (N, L). pos14: (N, L, 14, 3). atom_mask: (N, L, 14).
evaluation/ddg/models/residue.py:20
Methodgenerate_analyze
:param X: [n_all_node, n_channel, 3] :param S: [n_all_node] :param L: list of cdr types :param offsets: [batch_size +
models/MCAttGNN/mc_att_model.py:472
Methodget_atom_names
(self)
data/pdb_utils.py:182
Methodget_backbone_coord_map
(self)
data/pdb_utils.py:174
Methodget_cb_pos
(self, i)
data/pdb_utils.py:275
Methodget_id
(self)
data/pdb_utils.py:346
Methodget_optimizer
(self)
trainer/mcatt_trainer.py:11
Methodget_out_dim
(self, in_dim)
evaluation/ddg/models/common.py:32
Methodget_pad_idx
(self)
data/pdb_utils.py:126
Methodget_scheduler
(self, optimizer)
trainer/mcatt_trainer.py:16
Methodidx_to_abrv
(self, idx)
data/pdb_utils.py:123
Methodinfer
(self, batch, device, greedy=True)
models/MCAttGNN/mc_att_model.py:444
Methodinit_rbuffers
evaluation/TMscore.cpp:1660
Functionis_hetero_residue
(res)
evaluation/ddg/utils/protein.py:72
Methodkill
evaluation/TMscore.cpp:1800
Methodkillpg
evaluation/TMscore.cpp:1835
Methodload_side_chain_coord
(self, path)
data/pdb_utils.py:93
Functionmain
evaluation/TMscore.cpp:6762
Methodnum_chains
(self)
data/pdb_utils.py:349
Functionnumber
Given a sequence string, use anarci to number it using the scheme of choice. Only the first domain will be recognised and numbered For m
data/anarci/anarci.py:955
Methodopen
* @brief Start a process. * * Calls do_open( @a cmd , @a mode|pstdout ). * * @param cmd a string containing a shell
evaluation/TMscore.cpp:645
Methodopen
* @brief Start a process. * * Calls do_open( @a cmd , @a mode|pstdin ). * * @param cmd a string containing a shell c
evaluation/TMscore.cpp:803
Methodopen
* @brief Start a process. * * Calls do_open( @a cnd , @a mode ). * * @param cmd a string containing a shell command.
evaluation/TMscore.cpp:943
Methodopen
* @brief Start a process. * * Calls do_open( @a cmd , @a mode ). * * @param cmd a string containing a shell command
evaluation/TMscore.cpp:1112
← previousnext →301–400 of 429, ranked by callers