diffab
diffab copied to clipboard
✌🏻 Antigen-Specific Antibody Design and Optimization with Diffusion-Based Generative Models for Protein Structures (NeurIPS 2022)
Can an antibody target region be defined? I had tried and found that the results targeted different regions. It would be nice to provide a custom region. thanks
Hi there, How much time does it take to train a model? Thanks!
https://github.com/luost26/diffab/blob/c3e2966601bf8025025ab87717b31b08fdd4834e/diffab/modules/diffusion/transition.py#L201C9-L201C61
在运行sabdab.py代码,发生报错,请问该如何解决呀 第一个错误:报ValueError: invalid literal for int() with base 10: 'V'异常, 第二个错误如图,请教这两个问题都是怎么合理解决的呀 
Hi, As a proof-of-concept, I've been trying to sample the H-CDR3 structure of a given antibody to see if your method would be able to reproduce the crystal structure conformation....
Dear author, [5CIL_0023_CDRH3.pdb.zip](https://github.com/luost26/diffab/files/12675852/5CIL_0023_CDRH3.pdb.zip) I did single cdr loop CDRH3 structure-sequence co-design with input as a pair of Ab-Ag complex and using this exact config file https://github.com/luost26/diffab/blob/main/configs/test/codesign_single.yml. Interestingly, one of the...
some proteins are too long for Biopython to deal with. Add `exception` to override these .pdb files.
Hi , for the 7DK2_AB_C.pdb I have sampled it using codesign_multicdrs.yml and when I am trying to do side chain packing and full atom refinement it is giving errors.I am...
在esign_for_testset.py中 parser.add_argument('index', type=int) 这个 index 代表什么意思呀,谢谢指教
 Could you explain the derivation in more detail? https://github.com/luost26/diffab/blob/main/diffab/modules/diffusion/transition.py#L204