// Adds dimensions UUID, Author and Topic into GA4
Sunday, March 15, 2026
28.8 C
Singapore

NUS researchers develop breakthrough single-cell sequencing method

SINGAPORE: Researchers at the National University of Singapore (NUS) have pioneered an innovative and flexible method for studying immune cell capabilities.

Recognizing the intricate mechanisms involved in cell-mediated cytotoxicity, the team has introduced a multimodal, high-throughput single-cell system to precisely measure cytotoxic capabilities, outline immune cell and protein characteristics, and analyze gene expression.

The novel approach, named the PAINTKiller-seq assay, represents an evolution of the PAINTKiller method. This single-cell sequencing workflow integrates data from transcriptomic analysis, phenotypic analysis, and cytotoxicity studies. Its significance lies in providing a comprehensive understanding of cell-mediated cytotoxicity at the molecular level.

The research focused on enhancing the PAINTKiller method by investigating CFSE-labelled killer cells. The team aimed to shed light on the molecular factors associated with killer cell activity during cell-mediated cytotoxicity by analysing whether these labelled cells exhibited genetic differences from their non-labelled counterparts.

Dr Wu, a key figure in the research, emphasized the versatility of the PAINTkiller method, stating, “The versatility of PAINTkiller holds significant promise for enhancing cell-based immunotherapy and advancing cell-manufacturing workflows. This innovative approach would provide a useful tool to comprehensively elevate the quality and functionality of the ultimate therapeutic product, marking a notable advancement in the field.”

See also  NUS falls to third place in Asian University Rankings

Looking ahead, the NUS team is committed to expanding the versatility of the PAINTkiller method. They plan to test it on different killer and foreign cell combinations to unravel the complexities of immune responses. This strategic move aims to position the PAINTkiller-seq assay as an integral tool for research and clinical applications.

The implications of this breakthrough are far-reaching. By providing a detailed molecular understanding of immune cell behaviour, the PAINTkiller-seq assay enhances our comprehension of cell-mediated cytotoxicity. It opens avenues for advancements in cell-based immunotherapy and manufacturing workflows.

As the NUS team continues to push boundaries, this innovative approach is poised to become a cornerstone in the realm of immune system research, promising a future where therapeutic products are of higher quality and functionality.

- Advertisement -

Hot this week

It may take American Gen Zs quite long to buy a home of their own amid mounting debt

Gen Zers are having a difficult time buying a house because of the increasing costs of homeownership—and because many are drowning in debt related to student loans, credit cards, and buy-now, pay-l...

Mental health: Filipino workers suffer the most burnout, followed by Singaporeans

According to the World Population Review, about 46 out of every 1,000 people in the city-state are affected by depression.

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });
// //