adelhpour / SBMLNetwork

SBMLNetwork is a library designed to enable software developers and systems biologists to interact with the graphical representation of SBML (Systems Biology Markup Language) models.
MIT License
0 stars 2 forks source link

adding a way to change which reactions are associated with which species #103

Open dalbabur opened 2 days ago

dalbabur commented 2 days ago

I'd like to be able to see and change which reactions are connected to each species / aliasSpecies. maybe something like SBMLNW.getSpeciesReactions(species, index) -> list of the reactions and indexes connected to this AliasSpecies SBMLNW.moveReaction(reaction, index, old_species, old_species_index, new_species_index)