Skip to content
Jeffrey Barrick edited this page Aug 2, 2021 · 9 revisions

Welcome to the OSTIR Documentation!

OSTIR is a Python package for predicting the rates at which ribosomes will bind to and initiate translation from different start codons in bacterial mRNAs. It uses the ViennaRNA software suite to perform the necessary free energy calculations. The code builds on the last open source version of the RBS calculator that implements the calculations described in Salis 2009.

OSTIR includes several improvements in usability. It supports multi-FASTA input with command line parameters or CSV input that can define parameters on a per-sequence basis. Additionally, OSTIR supports multi-threaded execution, accelerating use cases that require the analysis of very large sequences.

Explains the thermodynamic model and shows typical results for E. coli genes.

Methods that are available for installing OSTIR and its dependencies.

How to run OSTIR at the command line with an explanation of input and output file formats.

How to call OSTIR as a Python function with an explanation of parameters and return values.

How you can contribute to improving OSTIR.

Clone this wiki locally