Skip to content

Commit 3573b53

Browse files
committed
update website to include ntstat pub and news
1 parent aa39447 commit 3573b53

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

_includes/current-year-pubs.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<p class="2026"><a href=http://birollab.ca>Stay tuned</a> for exciting 2026 publications! Note: newly accepted papers may not have an active DOI yet. Please check back later.</p>
22

3+
<p class="2026">Kazemi P, Coombe L, Warren RL, Birol I. 2026. ntStat: k-mer characterization using occurrence statistics in raw sequencing data. PLoS Computational Biology. <a href=https://doi.org/10.1371/journal.pcbi.1014158>https://doi.org/10.1371/journal.pcbi.1014158</a></p>
4+
35
<p class="2026">Zhang E, Ucar B, Salehi A, Warren RL, Birol I. 2026. AMPSeek: A Workflow for Predicting Antimicrobial Peptide Activity, Three-Dimensional Structure, and Toxicity. Current Protocols. <a href=https://doi.org/10.1002/cpz1.70325>https://doi.org/10.1002/cpz1.70325</a></p>
46

57
<p class="2026">Chiu R, Rajan-Babu IS, Friedman JM, et al. 2026. A comprehensive tandem repeat catalog of the human genome. Nat Commun 17, 1106. <a href=https://doi.org/10.1038/s41467-025-66153-5>https://doi.org/10.1038/s41467-025-66153-5</a></p>

_posts/2026-04-01-ntstat.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: post
3+
title: "ntStat manuscript published: k-mer characterization from raw sequencing data"
4+
category: news
5+
---
6+
7+
We are pleased to announce that our scientific manuscript, [ntStat: k-mer characterization using occurrence statistics in raw sequencing data](https://doi.org/10.1371/journal.pcbi.1014158), is now published in *PLOS Computational Biology*.
8+
9+
**ntStat** is a fast and memory-efficient toolkit for extracting k-mer occurrence statistics directly from raw sequencing reads. Using succinct Bloom filters, ntStat tracks both k-mer counts and depth, and models k-mer count histograms via evolutionary computation to infer key genomic properties de novo, including genome size, heterozygosity, and sequencing characteristics.
10+
11+
Across benchmarks, ntStat demonstrates strong performance and accuracy (>99.5% correct k-mer counts) while reducing memory usage and avoiding heavy disk requirements compared to existing tools. Its histogram analysis further enables accurate estimation of genomic parameters from both short- and long-read data.
12+
13+
[ntStat on GitHub](https://github.com/birollab/ntstat)

0 commit comments

Comments
 (0)