AD
数据与复现
Adaptyv
Adaptyv is a cloud laboratory platform that provides automated protein testing and validation services. Submit protein s…
K-Dense-AI/claude-scientific-skills查看
维护者 FreedomIntelligence · 最近更新 2026年4月1日
Select restriction enzymes for cloning based on cut sites and compatibility.
原始来源
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-restriction-enzyme-selection
技能摘要
原始文档
from Bio import SeqIO
from Bio.Restriction import Analysis, CommOnly, AllEnzymes
record = SeqIO.read('sequence.fasta', 'fasta')
seq = record.seq
analysis = Analysis(CommOnly, seq)
## Enzymes that don't cut (good for cloning insert)
non_cutters = analysis.only_dont_cut()
## All enzymes that cut (any number of times)
all_cutters = analysis.only_cut()
相关技能
Adaptyv is a cloud laboratory platform that provides automated protein testing and validation services. Submit protein s…
Validate protein designs using AlphaFold2 structure prediction. Use this skill when: (1) Validating designed sequences f…
Antibody design: epitope mapping, CDR engineering, bispecific construction.
End-to-end binder design using BindCraft hallucination. Use this skill when: (1) Designing protein binders with built-in…