Skip to content

Create mechanism for implementing vesicle models #39

@murrayrm

Description

@murrayrm

One of the things we want to do is being able to do is set up reactions that correspond to TX-TL running in vesicles. One way to do this might be to create a set of commands that look something like this:

mastermix = txtl_combine([tube1, tube2, tube3]);   # create master mix
Mobj = txtl_create_vesicle(mastermix);                 # create system with vesicle, environment
txtl_addspecies(Mobj.env, 'aTc', 10);                     # add inducer to invironment
...
[simData] = txtl_runsim(Mobj,configsetObj); 

@MiroGasparek: you might want to comment on this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions