“Bioconductor Notes, July 2026” published in The R Journal.
Bioconductor provides tools for the analysis and comprehension of high-throughput genomic data. The project has entered its twenty-sixth year, with funding for core development and infrastructure maintenance continuing through current NIH NHGRI support (NIH NHGRI 2U24HG004059). Additional support is provided by NIH NCI, Chan-Zuckerberg Initiative, National Science Foundation, Microsoft, and Amazon. In this news report, we highlight recent core team and project activities.
Bioconductor 3.23, released in April 2026, is now available. It is compatible with R 4.6 and consists of 2418 software packages, 436 experiment data packages, 928 up-to-date annotation packages, 28 workflows, and 8 books. Books are built regularly from source, ensuring full reproducibility; an example is the community-developed Orchestrating Single-Cell Analysis with Bioconductor.
Bioconductor is moving towards using R-universe for its daily build system. As we move in this direction it was also necessary to update the submission process for Bioconductor packages. While the daily builders are still transitioning, the new submission process location is now live. The new system utilizes GitHub Actions to trigger review milestones and R-Universe as the build/check backend. The new system provides a smoother experience; it is more automated and avoids administrative steps that have historically bottlenecked the review process. See New Package Submission Process blog post for relevant links and documentation.
NEWS summaries for three contributed packages chosen at random from the 94 new software contributions are:
fourSynergy: An ensemble algorithm for improved 4C-seq interaction calling.
DOTSeq: A framework for differential ORF translation analysis using matched Ribo-seq and RNA-seq data.
singIST: Toolkits for singIST analysis using pseudobulked Seurat objects from disease models and human data.
See the NEWS section in the release announcement for a complete account of changes throughout the ecosystem.
Bioconductor policies include being an active and reachable maintainer. Maintainer emails in the DESCRIPTION of packages often go stale as maintainers change positions. There is also a necessity to have maintainers opt into Bioconductor policies and procedures as they change over time. We have created an application that uses Amazon Simple Email Service (SES) to send periodic emails to maintainers to check if the endpoint is reachable and to send a verification opt-in of current Bioconductor policies and procedures and code of conduct once a year. We expect this system to improve over time. A summary of the current implementation is available on the Bioconductor blog post
Bioconductor is in the process of transitioning to utilize R-universe for daily builds of Bioconductor packages. Updates will be posted on Bioconductor blogs and mailing lists as we progress forward.
Bioconductor is also transitioning from utilizing git.bioconductor.org privately hosted git server to GitHub for canonical Bioconductor package codebase. There will be instructions to developers with necessary updates as we progress forward. End users should not be affected in any way.
The Bioconductor Community Team continues to expand developer and community engagement activities.
In April 2026, Developer Engagement Lead Nicholas Cooley published a blog post introducing the new Developer Engagement Lead role and highlighting current initiatives, including the Developer Forum, the Champions Programme, developer hackathons, and improving Bioconductor documentation and discoverability.
The monthly Developer Forum brings together package developers and community members to discuss technical topics, share expertise, and identify areas for improvement across the Bioconductor ecosystem. Developer hackathons complement these activities by providing opportunities for collaborative problem solving, mentoring, and community building. A developer hackathon was held alongside EuroBioC2026 in Turku, Finland, on 1–2 June 2026, with a further hackathon planned as a post-conference event at BioC2026 in Seattle on 13–14 August 2026.
The Bioconductor Africa seminar series, launched in April 2026 and led by Laurah Nyasita Ondari, provides regular online seminars for researchers across Africa. Recordings and upcoming events are available through the Bioconductor Training website.
In addition, the BiocAsia working group recently launched a bi-monthly seminar series highlighting the research being undertaken throughout the Asia-Pacific, and aiming to bring together members of the Bioconductor community within the region.
The Bioconductor LATAM seminar series hosted six seminars featuring researchers from across the Bioconductor community. The talks covered genomics, transcriptomics, proteomics, and software development, showcasing the breadth of research and development activities in the region and helping to strengthen connections among Bioconductor users, researchers, and developers throughout Latin America.
Details of upcoming seminars are available on the Bioconductor events page.
The impact of Outreachy participation continues beyond the internship period. Former Outreachy intern Chioma Oselu remains actively involved in the Bioconductor community through BugSigDB. In April 2026, Chioma Oselu and Svetlana Ugarcina Perovic delivered a BugSigDB workshop at the International Biocuration Conference. Chioma was also awarded a travel fellowship and received first prize for her conference presentation.
Several current and former Outreachy interns and applicants continue to contribute to BugSigDB through three active community curation teams, demonstrating the lasting engagement fostered through the programme.
Two new working groups have recently been established:
The annual call for new members of the Technical Advisory Board (TAB) and Community Advisory Board (CAB) is also open.
Start using Bioconductor by installing the most recent version of R and evaluating the commands
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install()
Install additional packages and dependencies, e.g., SingleCellExperiment, with
BiocManager::install("SingleCellExperiment")
Docker images provides a very effective on-ramp for power users to rapidly obtain access to standardized and scalable computing environments. Key resources include:
Upcoming and recently completed events are browsable at our events page.
The Technical and Community Advisory Boards provide guidance to ensure that the project addresses leading-edge biological problems with advanced technical approaches, and adopts practices (such as a project-wide Code of Conduct) that encourages all to participate. We look forward to welcoming you!
We welcome your feedback on these updates and invite you to connect with us through the Bioconductor Zulip workspace or by emailing community@bioconductor.org.
Text and figures are licensed under Creative Commons Attribution CC BY 4.0. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".
For attribution, please cite this work as
Doyle & Team, "The R Journal: Bioconductor Notes, July 2026", The R Journal, 2026
BibTeX citation
@article{RJ-2026-2-bioconductor,
author = {Doyle, Maria and Team, Bioconductor Core Developer},
title = {The R Journal: Bioconductor Notes, July 2026},
journal = {The R Journal},
year = {2026},
note = {https://journal.r-project.org/news/RJ-2026-2-bioconductor},
volume = {18},
issue = {2},
issn = {2073-4859},
pages = {295-298}
}