Metagenomics
Metagenomics Analysis using CensuScope
Overview
Metagenomics is the study of genetic material recovered directly from environmental, clinical, or mixed biological samples. Unlike targeted sequencing approaches that focus on a single organism or gene, metagenomic sequencing captures nucleic acids from all organisms present within a sample. This allows simultaneous detection and characterization of bacteria, viruses, fungi, parasites, and host sequences.
Because metagenomic datasets often contain millions of sequencing reads from many different organisms, rapid taxonomic profiling is an important first step before more computationally intensive downstream analyses.
CensuScope is designed to provide a fast and computationally efficient overview of the taxonomic composition of metagenomic sequencing data.
CensuScope
CensuScope is a census-based metagenomic taxonomic profiling tool developed to rapidly estimate the taxonomic composition of next-generation sequencing (NGS) datasets. Instead of aligning every sequencing read against a comprehensive reference database, CensuScope applies a subsampling strategy that randomly selects a user-defined number of reads from the input dataset for analysis.
Each randomly selected read set is aligned against the NCBI nucleotide (nt) database using BLAST, and the resulting alignments are mapped to the NCBI Taxonomy database to determine their taxonomic classification. This process is repeated across multiple independent iterations, and the taxonomic results are aggregated to estimate the overall composition of the metagenomic sample. Taxa consistently observed across the majority of iterations are retained, while sporadic or low-confidence classifications can be filtered to improve result stability.
By analyzing only a representative subset of sequencing reads rather than the complete dataset, CensuScope substantially reduces computational requirements while maintaining an accurate estimate of the taxonomic distribution. This sampling-based strategy enables rapid characterization of large metagenomic datasets on both personal computers and high-performance computing environments.
General Workflow
The CensuScope workflow consists of the following steps:
- Load sequencing reads in FASTA or FASTQ format.
- Randomly select a user-defined number of reads from the input dataset.
- Align the sampled reads against the reference nucleotide database using BLAST.
- Retrieve the corresponding taxonomic information from the NCBI Taxonomy database.
- Assign each read to the selected taxonomic level.
- Repeat the random sampling and classification process for multiple iterations.
- Aggregate taxonomic assignments across all iterations to estimate the taxonomic composition of the sample.
- Generate taxonomic summary reports and abundance estimates.

slimNT
slimNT is a curated nucleotide reference database developed to improve the efficiency of metagenomic analysis while maintaining broad taxonomic coverage.
Although CensuScope can be used with the complete NCBI nucleotide (nt) database, the continuously growing size of nt makes routine metagenomic analysis increasingly computationally expensive. Building and maintaining the database requires substantial storage space and computational resources, and BLAST searches against the complete database can be time-consuming.
To address these challenges, slimNT was developed as a streamlined subset of the nt database. By retaining representative nucleotide sequences while reducing the overall database size, slimNT provides a practical balance between taxonomic coverage and computational efficiency. This enables faster database construction, reduced storage requirements, shorter BLAST search times, and improved performance for routine metagenomic analyses.
When combined with CensuScope's sampling-based workflow, slimNT provides a rapid and efficient solution for taxonomic profiling of metagenomic sequencing data.
Why Use slimNT Instead of nt?
The complete NCBI nt database provides the broadest available nucleotide sequence coverage and is appropriate when maximum sensitivity is required. However, its large size also presents several practical challenges for routine analysis.
Compared with the complete nt database, slimNT offers several advantages:
- Significantly smaller database size
- Lower storage requirements
- Faster database construction
- Reduced memory usage during analysis
- Shorter BLAST search times
- Easier deployment on local workstations, servers, and cloud environments
While the complete nt database remains the most comprehensive reference database, many metagenomic applications do not require searching every available nucleotide sequence. For these routine analyses, slimNT provides an effective compromise by preserving broad taxonomic representation while substantially reducing computational cost.
Reference
Shamsaddini, A., Pan, Y., Johnson, W. E., Krampis, K., Shcheglovitova, M., Simonyan, V., Zanne, A., & Mazumder, R. (2014). Census-based rapid and accurate metagenome taxonomic profiling. BMC genomics, 15(1), 918. https://doi.org/10.1186/1471-2164-15-918