-
Notifications
You must be signed in to change notification settings - Fork 1
SynBioSuite Tutorial Build
This session focuses on using SeqImprove in SynBioSuite to annotate the four plasmids from the sc2 genetic circuit. The goal is to import each plasmid FASTA sequence, assign basic metadata, annotate biological parts using a curated SynBioHub resource collection, save the annotated plasmids locally, and upload them to a SynBioHub collection for later review and sharing.
By the end of this session, each plasmid should have:
- A correct DisplayId and Name matching the FASTA filename
- A circular plasmid topology
- A complete DNA sequence
- Functional annotations generated using SeqImprove
- A written plasmid description
- A citation to the source paper
- A saved local SBOL file
- An uploaded entry in the
MD5_plasmidscollection SynBioHub collection - A circular VisBOL/SBOL Visual representation
Set up the required files and background information before starting the annotation workflow.
- Download the PDF for the sc2 circuit design.
- Read the paper carefully to understand the circuit architecture, plasmid roles, and biological functions.
- Download the four
*.fastaplasmid sequence files from the provided link. - Confirm that each FASTA file contains one complete plasmid sequence.
- Keep the FASTA filenames unchanged, because they will be used as the plasmid DisplayId and Name in SeqImprove.
-
Go to SynBioSuite:
-
Click:
Use my local file system → Open Folder -
Create a new working folder for this session.
-
Click:
Select Folder -
In SynBioSuite, click:
Build → Import a plasmid -
SeqImprove should open.
-
Click:
From Scratch → Submit
In the Overview tab, click the pencil icon to edit the plasmid metadata.
Set the DisplayId and Name to match the FASTA filename.
Example:
DisplayId: plJAI478
Name: plJAI478
Then click the check mark to save.
Use the following metadata fields:
Role: Engineered Plasmid (SO:0000637)
DNA Topology: Circular
Target Organisms: Escherichia coli
References: 10.1038/s41589-024-01730-1
For Target Organisms, type:
E.coli
Then select:
Escherichia coli
For References, enter the DOI:
10.1038/s41589-024-01730-1
Then click the + button to add it.
-
Go to the Sequence tab.
-
Open one FASTA file using any text editor.
-
Copy only the DNA sequence.
Do not copy the FASTA header line, for example:
>plasmid_name -
In SeqImprove, click the pencil icon in the sequence text box.
-
Double-click the space under:
Enter some text... -
Paste the DNA sequence.
-
Click the green check mark to save.
-
Go to the annotation section.
-
Under Algorithm, select:
FlashText -
Leave all checkboxes empty.
-
Click:
Import Library -
Log in using the online SynBioHub database:
Online database: https://synbiohub.org Email: your email Password: your password -
Click:
Submit -
Select the
resources collectioncurated in the previous session. -
Click:
Submit -
You should see the collection name with a checkbox.
-
Select the checkbox for the collection.
-
Click:
Analyze Sequence
- Confirm that colored annotated parts appear on the sequence.
Go to the Text tab and add the appropriate description for each plasmid.
This plasmid carries a kanamycin-resistance backbone and includes attR2/attL2 recombination sites for integration or cassette exchange. It expresses the recombinases jr7 and jr11 from inducible promoter regions, allowing controlled activation of downstream recombination-based genetic logic.
This ampicillin-resistance plasmid contains an attL7/attR7-flanked design and expresses jr11 under an arabinose-responsive PBad-associated regulatory region. It also includes yfp, which likely serves as a fluorescent reporter for monitoring successful promoter activation or recombination output.
This tetracycline-resistance plasmid contains an attR5/attL5 recombination cassette and expresses the lux gene downstream of a RiboJ-insulated promoter region. The lux output provides a luminescent readout, making this plasmid useful for tracking signal processing or recombinase-driven state changes.
This output plasmid carries the phlA, phlC, phlB, and phlD genes, which together form a biosynthetic pathway module. Its expression is placed under a recombination-linked promoter architecture, suggesting that production of the phl pathway output is activated only after the upstream sensor and recombinase plasmids generate the correct genetic state.
-
Click:
Save to Working Directory -
Double-click the saved plasmid.
-
Confirm that the SBOL Visual glyphs are displayed.
-
Click individual Engineered Region glyphs to explore the annotations.
-
Use the left and right arrows to move backward or forward through the design.
-
Add a circular backbone if needed so that the plasmid is displayed as circular.
Click the dropdown next to:
Upload to SynBioHub
Select:
Create New Collection
Use the following collection information:
ID: MD5_plasmids
Name: MD5_plasmids
Description: Subcircuit sc2 is an engineered E. coli strain designed to process two chemical inputs, IPTG and arabinose (Ara), through a genetic logic circuit. The circuit combines these upstream input signals to regulate communication outputs, producing DAPG and OC6 as downstream signaling molecules.
Citation: 10.1038/s41589-024-01730-1 (39317847)
For the remaining plasmids, use the existing collection:
Use Existing Collection → Root Collection → Select your Build collection → Submit
For example, select:
plasmid_collection
or the appropriate existing build collection containing the sc2 plasmid entries.
-
Go to the dev2 SynBioHub instance.
-
Log in.
-
Open:
Manage your collection -
Open the relevant Build collection.
-
Go to the Members tab.
-
Filter by:
sbol2:ComponentDefinition -
Explore the uploaded plasmid entries.
-
Filter by:
engineered plasmid -
Open each plasmid entry and check:
- Description
- Citation
- Sequence annotation
- Plasmid metadata
- VisBOL/SBOL Visual display
- Circular plasmid backbone
-
Confirm that the plasmid visualization is circular.
Repeat Steps 3–9 for each of the four sc2 plasmids.
Use the same general workflow for every plasmid:
Import plasmid → Add metadata → Add sequence → Annotate → Add description → Save locally → Upload to SynBioHub → Verify
Before finishing the session, confirm that all four plasmids have been completed.
- All four FASTA sequences were imported.
- Each plasmid has the correct DisplayId and Name.
- Each plasmid is labeled as an engineered plasmid.
- Each plasmid is marked as circular.
-
Escherichia coliis added as the target organism. - DOI citation
10.1038/s41589-024-01730-1is included. - SeqImprove annotations were generated using the curated resource collection.
- Each plasmid has a written description in the Text tab.
- Each plasmid was saved to the working directory.
- Each plasmid was uploaded to `MD5_plasmids' collection.
- Each uploaded plasmid was checked in SynBioHub.
- Each plasmid has a circular SBOL Visual/VisBOL representation.