RFantibody
RFantibody 是基于结构设计的新抗体和纳米抗体的流程。射频抗体由三种独立方法组成:
蛋白质骨架设计,采用抗体微调的射频扩散版本
使用 ProteinMPNN 进行蛋白质序列设计
使用抗体微调版本的 RoseTTAFold2 进行计算机模拟过滤设计
详细详细看官方:https://github.com/RosettaCommons/RFantibody/tree/main
rfdiffusion -t antigen.pdb -f framework.pdb -o designs/ab -n 10
示例
rfdiffusion -t ./scripts/examples/example_inputs/flu_HA.pdb -f ./scripts/examples/example_inputs/h-NbBCII10.pdb -q designs.qv -n 1 -l "H1:7,H2:6,H3:5-13,L1:8-13,L2:7,L3:9-11" -h "T305,T456" --deterministic
proteinmpnn -i structures/ -o sequences/ -n 5
示例
proteinmpnn -q designs.qv --output-quiver sequences.qv -n 1 -t 0.2
rf2 -i structures/ -o predictions/
示例
rf2 -q sequences.qv --output-quiver predictions.qv -r 10