Related Experiment Video
Updated: Aug 15, 2025

Guidelines and Experience Using Imaging Biomarker Explorer IBEX for Radiomics
Published on: January 8, 2018
Excel-SBOL Converter: Creating SBOL from Excel Templates and Vice Versa
Jeanet Mante1, Julian Abam1, Sai P Samineni1
1University of Colorado Boulder, Boulder, Colorado 80309, United States.
The Excel-SBOL Converter simplifies synthetic biology research by making the Synthetic Biology Open Language (SBOL) accessible. This tool bridges the gap between common spreadsheet software and complex bioinformatics standards.
Area of Science:
- Synthetic biology
- Bioinformatics
- Computational biology
Background:
- Formal standards like the Synthetic Biology Open Language (SBOL) are crucial for data exchange in synthetic biology.
- However, the complexity of these standards and associated tools can hinder adoption by researchers.
- Integrating SBOL into existing research workflows often requires specialized expertise or custom software development.
Purpose of the Study:
- To develop a user-friendly tool that facilitates the adoption and use of the Synthetic Biology Open Language (SBOL) standard.
- To enable researchers to seamlessly integrate SBOL data into their existing workflows without requiring deep expertise in the standard.
- To lower the barrier to entry for utilizing formal standards in synthetic biology research.
Main Methods:
- Development of two Python libraries for bidirectional conversion between Excel and SBOL formats.
- Implementation of a converter from Excel templates to SBOL (Synthetic Biology Open Language) files.
- Implementation of a converter from SBOL files to Excel workbooks.
- Integration capability with SynBioHub via a plugin for enhanced accessibility.
Main Results:
- The Excel-SBOL Converter provides a straightforward method for managing synthetic biology components using familiar spreadsheet software.
- Successfully demonstrated conversion of Excel data to SBOL and vice versa, validating the tool's functionality.
- The tool supports integration into existing bioinformatics pipelines and SynBioHub, enhancing usability.
Conclusions:
- The Excel-SBOL Converter effectively democratizes the use of the SBOL standard in synthetic biology research.
- By leveraging familiar Excel interfaces, the tool significantly reduces the technical expertise required for SBOL data management.
- This facilitates broader adoption of standardized data formats, promoting reproducibility and collaboration in synthetic biology.
More Related Videos
06:19Author Spotlight: High-Throughput Screening to Obtain Crystal Hits for Protein Crystallography
Published on: March 10, 2023
08:39High-throughput Image Analysis of Tumor Spheroids: A User-friendly Software Application to Measure the Size of Spheroids Automatically and Accurately
Published on: July 8, 2014
Related Concept Videos
Overview of Microsoft Excel as a Data Analysis Tool
Performing a Simple Data Analysis using MS-Excel Function
SUM: This function calculates the total sum of a range of values. It's the foundation for aggregating data, essential for determining overall trends and totals in datasets.
AVERAGE: It computes the mean value of a given set of numbers, providing a quick insight into the central...
Microsoft Excel: Regression Analysis
To perform regression...
Microsoft Excel: Student's t-Test
To conduct a t-test in Excel, use the T.TEST function or the "Data...
Export of Mitochondrial and Chloroplast Genes
Microsoft Excel: Plotting Mean, SD, and SE
First, calculate the mean, SD, and SE of your data. The mean is obtained using the formula `=AVERAGE(range)`, while SD can be calculated with `=STDEV.P(range)` for a population or `=STDEV.S(range)` for a sample. SE is calculated as `=SD/SQRT(n)`, where `n` is the sample size.
To plot these values, use a bar...