Bioinformatics Formatting Requirements: Complete Author Guide
Bioinformatics formatting guide. Word limits, figure specs, reference format, LaTeX vs Word, and journal-specific formatting quirks you need to know.
Senior Researcher, Oncology & Cell Biology
Author context
Specializes in manuscript preparation and peer review strategy for oncology and cell biology, with deep experience evaluating submissions to Nature Medicine, JCO, Cancer Cell, and Cell-family journals.
Next step
Choose the next useful decision step first.
Use the guide or checklist that matches this page's intent before you ask for a manuscript-level diagnostic.
Bioinformatics is the leading Oxford University Press (OUP) journal for computational biology, bioinformatics methods, and systems biology. It publishes methods papers, software tools, and computational analyses across genomics, proteomics, structural biology, and systems biology. The journal has distinctive formatting requirements, including strict page limits, mandatory code availability, and a unique distinction between Original Papers and Applications Notes. If you're coming from a wet-lab biology journal, the expectations around software availability and reproducibility are substantially different. This guide covers every formatting detail.
Quick Answer: Bioinformatics Formatting Essentials
Bioinformatics Original Papers are limited to 7 printed pages. Applications Notes are capped at just 2 pages. Code must be freely available and deposited in a public repository. References use OUP author-year style. Both Word and LaTeX are accepted. All submissions go through OUP's online submission system.
Word Limits by Article Type
Bioinformatics uses page limits measured in the journal's two-column typeset format.
Article Type | Page Limit | Abstract | Figures | References |
|---|---|---|---|---|
Original Paper | 7 printed pages | 250 words, structured | Counted within pages | Counted within pages |
Applications Note | 2 printed pages | 150 words, unstructured | 1-2 | Up to 20 |
Review | 12 printed pages | 250 words | No formal cap | No formal cap |
Letter to the Editor | 2 printed pages | None | 1 | Up to 10 |
Discovery Note | 4 printed pages | 150 words | 2-3 | Up to 30 |
The 7-page limit for Original Papers is firm. In manuscript form (double-spaced), this translates to roughly 4,000-5,000 words of body text plus figures, tables, and references. The page count includes everything, so a paper with 5 complex figures will have less room for text.
Applications Notes are extremely constrained at 2 printed pages. This works out to approximately 1,300 words plus one figure. Applications Notes describe software tools, databases, or web services rather than new methods. They're designed to give the community enough information to find, install, and use your tool. Think of them as extended software announcements.
Discovery Notes are for significant biological findings made through computational analysis. They're shorter than Original Papers and don't require the same level of methodological novelty.
Abstract Requirements
Bioinformatics uses different abstract formats depending on article type.
For Original Papers (structured abstract):
- Motivation: Why is this problem important? (2-3 sentences)
- Results: What did you find or build? (3-4 sentences with specifics)
- Availability: Where can the software/data be found? (URL and license)
- Contact: Corresponding author email
- Supplementary information: URL or reference to supplements
- Total limit: 250 words
The structured abstract with Motivation, Results, and Availability sections is distinctive to Bioinformatics. The Availability section in the abstract itself is unusual and reflects the journal's strong emphasis on software and data sharing.
For Applications Notes (unstructured):
- 150 words maximum
- Single paragraph
- Must include the URL where the tool is available
- Must state the programming language and operating system
Don't underestimate the importance of the Availability line in the abstract. Bioinformatics editors check that the software is accessible at the stated URL during the review process. If the link doesn't work, the paper will be held.
Figure Specifications
Bioinformatics figures count toward the page limit, so economy matters.
Figure formatting requirements:
Parameter | Requirement |
|---|---|
Resolution | 300 DPI minimum (600 DPI for line art) |
File formats | TIFF, EPS, PDF, PNG |
Color mode | RGB for online |
Single column width | 86 mm |
Double column width | 178 mm |
Font in figures | Arial or Helvetica, 7 pt minimum |
Panel labels | Lowercase: (a), (b), (c) |
Computational figure conventions: Bioinformatics papers frequently include ROC curves, precision-recall curves, benchmark comparisons, phylogenetic trees, network diagrams, and sequence alignments. For benchmark comparisons, include error bars or confidence intervals. For ROC curves, include AUC values in the legend. For phylogenetic trees, include bootstrap support values at branch nodes.
Table formatting: Editable tables with headers for every column. Benchmark comparison tables should include runtime, memory usage, accuracy metrics, and the test dataset. Horizontal rules at top, below header, and bottom. No vertical rules.
Color figures: Free for online publication. Print color may incur charges, but most Bioinformatics readers access articles online.
Supplementary data: Additional figures, tables, benchmark results, and data can go in supplementary material. No strict limit. Submit as a single PDF with additional data files as needed.
Reference Format: OUP Author-Year Style
Bioinformatics uses the OUP reference style, which is an author-year system.
In-text citations:
- Single author: Author (Year)
- Two authors: Author1 and Author2 (Year)
- Three or more: Author1 et al. (Year)
- Parenthetical: (Author, Year) or (Author1 et al., Year)
Reference list format:
Alphabetical by first author's last name.
Author,A.B., Author,C.D. and Author,E.F. (Year) Title of article. Journal Abbreviation, Volume, Pages.Key formatting details:
- Author names: Last name, initials (no space between initials)
- "and" before last author (not "&")
- Year in parentheses after author list
- Article title in sentence case
- Journal name abbreviated and in italics
- Volume in bold
- DOI included when available
Example:
Zhang,Y., Chen,L. and Patel,W.R. (2026) A deep learning approach for protein structure prediction from cryo-EM data. Bioinformatics, 42, 1234-1240.
Note the OUP convention of no space between initials in author names (Zhang,Y. not Zhang, Y.). This is a small detail that production editors check.
LaTeX vs Word
Bioinformatics accepts both formats, and LaTeX is common in this community.
For Word users:
- Download the OUP/Bioinformatics Word template from the author guidelines
- Double-spaced, single-column for review
- Figures embedded or as separate files
For LaTeX users:
- OUP provides a Bioinformatics-specific LaTeX template
- Use the bioinfo.cls document class
- Upload compiled PDF and source files
- BibTeX supported with the Bioinformatics .bst file
Bioinformatics papers are computational by nature, and many authors in this community prefer LaTeX. The journal's production pipeline handles LaTeX well. For papers with algorithms, mathematical notation, or code listings, LaTeX is the natural choice. Word is perfectly acceptable for papers that don't need specialized formatting.
Code and Software Availability: The Big One
This is the single most important formatting requirement at Bioinformatics, and it's non-negotiable.
Mandatory requirements:
- All software described in the paper must be freely available for academic use
- Source code must be deposited in a public repository (GitHub, GitLab, Bitbucket, SourceForge)
- The repository URL must be included in the manuscript (abstract and main text)
- The software must be functional at the stated URL at the time of review
- License must be clearly stated (GPL, MIT, BSD, Apache, etc.)
- Documentation sufficient for installation and basic use must be provided
What editors check:
- The URL works and the software is accessible
- The software can be installed following the provided instructions
- The software produces results consistent with what's reported in the paper
- The license is clearly stated
- Dependencies are documented
Papers where the software isn't available or doesn't work will be returned. This is enforced consistently. Don't submit until your code is polished, documented, and publicly accessible.
Data availability: Similarly, datasets used for benchmarking or validation should be publicly available or deposited in standard repositories (GenBank, PDB, GEO, ArrayExpress, etc.). Include accession numbers in the manuscript.
Bioinformatics-Specific Formatting Quirks
1. Software availability is checked. Editors and reviewers actually visit the URL and try the software. Don't provide a placeholder link.
2. Applications Notes are deceptively hard to write. Two pages sounds easy, but fitting a meaningful description of a software tool into 1,300 words with a figure is challenging. Every sentence must count. Skip the extensive background and focus on what the tool does, how it performs, and where to get it.
3. Benchmark comparisons are expected. For Original Papers presenting new methods, reviewers expect quantitative comparisons against existing methods on standard benchmark datasets. A paper that doesn't compare against the state of the art will be sent back.
4. Runtime and memory reporting. Bioinformatics reviewers care about computational efficiency. Report runtime and memory usage on standard hardware. Specify the hardware used for benchmarks (CPU model, RAM, number of cores).
5. Supplementary data for reproducibility. Include parameter files, configuration scripts, and test datasets in supplementary material or the code repository. The goal is complete reproducibility.
6. Associate Editor selection. During submission, you'll select a track (Genome Analysis, Sequence Analysis, Systems Biology, etc.) that determines which Associate Editor handles your paper. Choose carefully because the wrong track can delay the assignment process.
7. Preprint policy. Bioinformatics doesn't penalize preprints. If your paper is on bioRxiv or arXiv, that's fine. Include the preprint DOI in the manuscript for transparency.
8. Page charges. Bioinformatics doesn't charge page fees for standard papers. Open access APCs apply if you choose the OUP open access option.
Manuscript Structure for Original Papers
A standard Bioinformatics Original Paper follows this structure:
- Title (specific to the method/tool and its application)
- Author names and affiliations
- Abstract (structured: Motivation, Results, Availability, Contact, Supplementary Information)
- 1. Introduction (problem statement, existing approaches, contribution)
- 2. Methods (algorithm description, mathematical formulation, implementation details)
- 3. Results (benchmark comparisons, validation, real-data applications)
- 4. Discussion (interpretation, limitations, future directions)
- Acknowledgements
- Funding (separate section with grant numbers)
- Conflict of Interest
- References
- Supplementary Data (separate file)
The Methods section should be detailed enough for reimplementation. Include pseudocode for novel algorithms, mathematical derivations for new statistical methods, and architecture diagrams for deep learning models. This level of detail is expected and valued.
Common Formatting Mistakes
These cause the most issues at Bioinformatics:
- Software not available at the stated URL (the most common fatal error)
- Missing structured abstract sections (Motivation, Results, Availability)
- Exceeding the page limit (7 pages for Original Papers, 2 for Applications Notes)
- No benchmark comparison against existing methods
- Missing runtime and memory usage data
- Using numbered references instead of OUP author-year style
- Insufficient software documentation in the repository
- Missing license information for the software
- Not specifying the programming language and dependencies
Internal Links and Resources
For more on this journal, see our Bioinformatics submission guide and how to avoid desk rejection at Bioinformatics. For journal metrics, check the Bioinformatics impact factor page.
For the official guidelines, visit the Bioinformatics author guidelines.
Get Your Formatting Right Before You Submit
Bioinformatics has distinctive formatting requirements that combine OUP conventions (author-year references, structured abstracts) with computational biology expectations (mandatory code availability, benchmarking standards, runtime reporting). The code availability requirement alone sets this journal apart from most others. Make sure your software is documented, accessible, and functional before you submit.
If you want to verify your manuscript meets Bioinformatics formatting and structural requirements, try Manusights' free AI manuscript scan. It checks formatting, references, and structure against journal-specific standards, helping you catch the issues that lead to delays.
Reference library
Use the core publishing datasets alongside this guide
This article answers one part of the publishing decision. The reference library covers the recurring questions that usually come next: how selective journals are, how long review takes, and what the submission requirements look like across journals.
Dataset / reference guide
Peer Review Timelines by Journal
Reference-grade journal timeline data that authors, labs, and writing centers can cite when discussing realistic review timing.
Dataset / benchmark
Biomedical Journal Acceptance Rates
A field-organized acceptance-rate guide that works as a neutral benchmark when authors are deciding how selective to target.
Reference table
Journal Submission Specs
A high-utility submission table covering word limits, figure caps, reference limits, and formatting expectations.
Before you upload
Choose the next useful decision step first.
Move from this article into the next decision-support step. The scan works best once the journal and submission plan are clearer.
Use the scan once the manuscript and target journal are concrete enough to evaluate.
Anthropic Privacy Partner. Zero-retention manuscript processing.
Where to go next
Start here
Same journal, next question
- Bioinformatics Submission Guide: Scope, Format & Editor Priorities
- How to Avoid Desk Rejection at Bioinformatics
- Is Bioinformatics a Good Journal? Fit Verdict
- Bioinformatics Acceptance Rate: What Authors Can Use
- Bioinformatics APC and Open Access: OUP Pricing, Read & Publish Deals, and How It Compares to NAR and Genome Biology
- Bioinformatics Cover Letter: What Editors Actually Need to See
Conversion step
Choose the next useful decision step first.
Use the scan once the manuscript and target journal are concrete enough to evaluate.