|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- Created by BioNetGen 2.9.0 --> |
| 3 | +<sbml xmlns="http://www.sbml.org/sbml/level3" level="3" version="1"> |
| 4 | + <model id="test_DeleteMolecules"> |
| 5 | + <ListOfParameters> |
| 6 | + <Parameter id="kdl" type="Constant" value="0.03" expr="0.03"/> |
| 7 | + </ListOfParameters> |
| 8 | + <ListOfMoleculeTypes> |
| 9 | + <MoleculeType id="A"> |
| 10 | + <ListOfComponentTypes> |
| 11 | + <ComponentType id="State"> |
| 12 | + <ListOfAllowedStates> |
| 13 | + <AllowedState id="UZAP"/> |
| 14 | + <AllowedState id="PZAP"/> |
| 15 | + <AllowedState id="SHP"/> |
| 16 | + <AllowedState id="uSYK"/> |
| 17 | + <AllowedState id="pSYK"/> |
| 18 | + </ListOfAllowedStates> |
| 19 | + </ComponentType> |
| 20 | + <ComponentType id="CBL"/> |
| 21 | + </ListOfComponentTypes> |
| 22 | + </MoleculeType> |
| 23 | + <MoleculeType id="CBL"> |
| 24 | + <ListOfComponentTypes> |
| 25 | + <ComponentType id="site"/> |
| 26 | + </ListOfComponentTypes> |
| 27 | + </MoleculeType> |
| 28 | + <MoleculeType id="Zeta"> |
| 29 | + <ListOfComponentTypes> |
| 30 | + <ComponentType id="receptor"/> |
| 31 | + <ComponentType id="ITAM1"> |
| 32 | + <ListOfAllowedStates> |
| 33 | + <AllowedState id="U"/> |
| 34 | + <AllowedState id="PP"/> |
| 35 | + </ListOfAllowedStates> |
| 36 | + </ComponentType> |
| 37 | + <ComponentType id="ITAM2"> |
| 38 | + <ListOfAllowedStates> |
| 39 | + <AllowedState id="U"/> |
| 40 | + <AllowedState id="PP"/> |
| 41 | + </ListOfAllowedStates> |
| 42 | + </ComponentType> |
| 43 | + <ComponentType id="ITAM3"> |
| 44 | + <ListOfAllowedStates> |
| 45 | + <AllowedState id="U"/> |
| 46 | + <AllowedState id="PP"/> |
| 47 | + </ListOfAllowedStates> |
| 48 | + </ComponentType> |
| 49 | + <ComponentType id="ITAM4"> |
| 50 | + <ListOfAllowedStates> |
| 51 | + <AllowedState id="U"/> |
| 52 | + <AllowedState id="PP"/> |
| 53 | + </ListOfAllowedStates> |
| 54 | + </ComponentType> |
| 55 | + <ComponentType id="ITAM5"> |
| 56 | + <ListOfAllowedStates> |
| 57 | + <AllowedState id="U"/> |
| 58 | + <AllowedState id="PP"/> |
| 59 | + </ListOfAllowedStates> |
| 60 | + </ComponentType> |
| 61 | + <ComponentType id="ITAM6"> |
| 62 | + <ListOfAllowedStates> |
| 63 | + <AllowedState id="U"/> |
| 64 | + <AllowedState id="PP"/> |
| 65 | + </ListOfAllowedStates> |
| 66 | + </ComponentType> |
| 67 | + </ListOfComponentTypes> |
| 68 | + </MoleculeType> |
| 69 | + <MoleculeType id="dead"/> |
| 70 | + </ListOfMoleculeTypes> |
| 71 | + <ListOfCompartments> |
| 72 | + </ListOfCompartments> |
| 73 | + <ListOfSpecies> |
| 74 | + <Species id="S1" concentration="1" name="A(CBL,State~UZAP)"> |
| 75 | + <ListOfMolecules> |
| 76 | + <Molecule id="S1_M1" name="A"> |
| 77 | + <ListOfComponents> |
| 78 | + <Component id="S1_M1_C1" name="CBL" numberOfBonds="0"/> |
| 79 | + <Component id="S1_M1_C2" name="State" state="UZAP" numberOfBonds="0"/> |
| 80 | + </ListOfComponents> |
| 81 | + </Molecule> |
| 82 | + </ListOfMolecules> |
| 83 | + </Species> |
| 84 | + <Species id="S2" concentration="1" name="Zeta(ITAM1~U,ITAM2~U,ITAM3~U,ITAM4~U,ITAM5~U,ITAM6~U,receptor)"> |
| 85 | + <ListOfMolecules> |
| 86 | + <Molecule id="S2_M1" name="Zeta"> |
| 87 | + <ListOfComponents> |
| 88 | + <Component id="S2_M1_C1" name="ITAM1" state="U" numberOfBonds="0"/> |
| 89 | + <Component id="S2_M1_C2" name="ITAM2" state="U" numberOfBonds="0"/> |
| 90 | + <Component id="S2_M1_C3" name="ITAM3" state="U" numberOfBonds="0"/> |
| 91 | + <Component id="S2_M1_C4" name="ITAM4" state="U" numberOfBonds="0"/> |
| 92 | + <Component id="S2_M1_C5" name="ITAM5" state="U" numberOfBonds="0"/> |
| 93 | + <Component id="S2_M1_C6" name="ITAM6" state="U" numberOfBonds="0"/> |
| 94 | + <Component id="S2_M1_C7" name="receptor" numberOfBonds="0"/> |
| 95 | + </ListOfComponents> |
| 96 | + </Molecule> |
| 97 | + </ListOfMolecules> |
| 98 | + </Species> |
| 99 | + <Species id="S3" concentration="1" name="CBL(site)"> |
| 100 | + <ListOfMolecules> |
| 101 | + <Molecule id="S3_M1" name="CBL"> |
| 102 | + <ListOfComponents> |
| 103 | + <Component id="S3_M1_C1" name="site" numberOfBonds="0"/> |
| 104 | + </ListOfComponents> |
| 105 | + </Molecule> |
| 106 | + </ListOfMolecules> |
| 107 | + </Species> |
| 108 | + </ListOfSpecies> |
| 109 | + <ListOfReactionRules> |
| 110 | + <ReactionRule id="RR1" name="R1" symmetry_factor="1"> |
| 111 | + <ListOfReactantPatterns> |
| 112 | + <ReactantPattern id="RR1_RP1"> |
| 113 | + <ListOfMolecules> |
| 114 | + <Molecule id="RR1_RP1_M1" name="Zeta"> |
| 115 | + <ListOfComponents> |
| 116 | + <Component id="RR1_RP1_M1_C1" name="ITAM1" numberOfBonds="1"/> |
| 117 | + </ListOfComponents> |
| 118 | + </Molecule> |
| 119 | + <Molecule id="RR1_RP1_M2" name="A"> |
| 120 | + <ListOfComponents> |
| 121 | + <Component id="RR1_RP1_M2_C1" name="State" numberOfBonds="1"/> |
| 122 | + <Component id="RR1_RP1_M2_C2" name="CBL" numberOfBonds="1"/> |
| 123 | + </ListOfComponents> |
| 124 | + </Molecule> |
| 125 | + <Molecule id="RR1_RP1_M3" name="CBL"> |
| 126 | + <ListOfComponents> |
| 127 | + <Component id="RR1_RP1_M3_C1" name="site" numberOfBonds="1"/> |
| 128 | + </ListOfComponents> |
| 129 | + </Molecule> |
| 130 | + </ListOfMolecules> |
| 131 | + <ListOfBonds> |
| 132 | + <Bond id="RR1_RP1_B1" site1="RR1_RP1_M1_C1" site2="RR1_RP1_M2_C1"/> |
| 133 | + <Bond id="RR1_RP1_B2" site1="RR1_RP1_M2_C2" site2="RR1_RP1_M3_C1"/> |
| 134 | + </ListOfBonds> |
| 135 | + </ReactantPattern> |
| 136 | + </ListOfReactantPatterns> |
| 137 | + <ListOfProductPatterns> |
| 138 | + <ProductPattern id="RR1_PP1"> |
| 139 | + <ListOfMolecules> |
| 140 | + <Molecule id="RR1_PP1_M1" name="dead"/> |
| 141 | + </ListOfMolecules> |
| 142 | + </ProductPattern> |
| 143 | + </ListOfProductPatterns> |
| 144 | + <RateLaw id="RR1_RateLaw" type="Ele" totalrate="0"> |
| 145 | + <ListOfRateConstants> |
| 146 | + <RateConstant value="kdl"/> |
| 147 | + </ListOfRateConstants> |
| 148 | + </RateLaw> |
| 149 | + <Map> |
| 150 | + <MapItem sourceID="RR1_RP1_M1"/> |
| 151 | + <MapItem sourceID="RR1_RP1_M1_C1"/> |
| 152 | + <MapItem sourceID="RR1_RP1_M2"/> |
| 153 | + <MapItem sourceID="RR1_RP1_M2_C1"/> |
| 154 | + <MapItem sourceID="RR1_RP1_M2_C2"/> |
| 155 | + <MapItem sourceID="RR1_RP1_M3"/> |
| 156 | + <MapItem sourceID="RR1_RP1_M3_C1"/> |
| 157 | + </Map> |
| 158 | + <ListOfOperations> |
| 159 | + <Add id="RR1_PP1_M1"/> |
| 160 | + <Delete id="RR1_RP1_M1" DeleteMolecules="1"/> |
| 161 | + <Delete id="RR1_RP1_M2" DeleteMolecules="1"/> |
| 162 | + <Delete id="RR1_RP1_M3" DeleteMolecules="1"/> |
| 163 | + </ListOfOperations> |
| 164 | + </ReactionRule> |
| 165 | + <ReactionRule id="RR2" name="R2" symmetry_factor="1"> |
| 166 | + <ListOfReactantPatterns> |
| 167 | + <ReactantPattern id="RR2_RP1"> |
| 168 | + <ListOfMolecules> |
| 169 | + <Molecule id="RR2_RP1_M1" name="Zeta"/> |
| 170 | + </ListOfMolecules> |
| 171 | + </ReactantPattern> |
| 172 | + </ListOfReactantPatterns> |
| 173 | + <ListOfProductPatterns> |
| 174 | + <ProductPattern id="RR2_PP1"> |
| 175 | + <ListOfMolecules> |
| 176 | + <Molecule id="RR2_PP1_M1" name="dead"/> |
| 177 | + </ListOfMolecules> |
| 178 | + </ProductPattern> |
| 179 | + </ListOfProductPatterns> |
| 180 | + <RateLaw id="RR2_RateLaw" type="Ele" totalrate="0"> |
| 181 | + <ListOfRateConstants> |
| 182 | + <RateConstant value="kdl"/> |
| 183 | + </ListOfRateConstants> |
| 184 | + </RateLaw> |
| 185 | + <Map> |
| 186 | + <MapItem sourceID="RR2_RP1_M1"/> |
| 187 | + </Map> |
| 188 | + <ListOfOperations> |
| 189 | + <Add id="RR2_PP1_M1"/> |
| 190 | + <Delete id="RR2_RP1_M1" DeleteMolecules="1"/> |
| 191 | + </ListOfOperations> |
| 192 | + </ReactionRule> |
| 193 | + </ListOfReactionRules> |
| 194 | + <ListOfObservables> |
| 195 | + </ListOfObservables> |
| 196 | + <ListOfFunctions> |
| 197 | + </ListOfFunctions> |
| 198 | + </model> |
| 199 | +</sbml> |
0 commit comments