Imported:YPM/DeleteMolecules

From OpenWetWare
Jump to navigationJump to search

DeleteMolecules is a BioNetGen (BNG) command that instructs BNG to selectively degrade a specified component out of larger complexes without degrading the other components within the complexes. BNG does this by breaking all bonds to the component to be degraded.

Here are a few examples of degrading component A out of complexes using DeleteMolecules:

A(B_site!1).B(A_site!1,C_site!2).C(B_site!2) --> B(A_site,C_site!2).C(B_site!2)
D(A_site!1).A(D_site!1,B_site!2).B(A_site!2) --> D(A_site) + B(A_site)