Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Genomics02:02

Genomics

Genomics is the science of genomes: it is the study of all the genetic material of an organism. In humans, the genome consists of information carried in 23 pairs of chromosomes in the nucleus, as well as mitochondrial DNA. In genomics, both coding and non-coding DNA is sequenced and analyzed. Genomics allows a better understanding of all living things, their evolution, and their diversity. It has a myriad of uses: for example, to build phylogenetic trees, to improve productivity and...
Synthetic Biology02:55

Synthetic Biology

Synthetic biology is an interdisciplinary science that involves using principles from disciplines such as engineering, molecular biology, cell biology, and systems biology. It involves remodeling existing organisms from nature or constructing completely new synthetic organisms for applications such as protein or enzyme production, bioremediation, value-added macromolecule production, and the addition of desirable traits to crops, to name a few.
Golden rice
Golden rice is a genetically modified...

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Chromap Suite: an open-source single-binary platform for agentic multiomic RNA + ATAC profiling.

bioRxiv : the preprint server for biology·2026
Same author

A prospective observational study of lifestyle behaviors and biomarkers to promote cardiometabolic health in healthcare workers during the COVID-19 pandemic.

Frontiers in molecular biosciences·2026
Same author

Singe cell RNA sequencing data processing using cloud-based serverless computing.

bioRxiv : the preprint server for biology·2026
Same author

User-friendly scheduler Using a hybrid architecture and supercomputing for big data processing.

bioRxiv : the preprint server for biology·2025
Same author

Accurate informatic modeling of tooth enamel pellicle interactions by training substitution matrices with Mat4Pep.

Frontiers in materials·2025
Same author

Uncovering the Pathophysiological Pattern of Expression from Integrated Analysis across Uniformly Processed RNA Sequencing COVID-19 Datasets.

bioRxiv : the preprint server for biology·2025
Same journal

Layered social competition coordinates reproductive hierarchy formation in ants.

bioRxiv : the preprint server for biology·2026
Same journal

Combination epigenetic-targeted therapy increases the immunogenicity of poorly immunogenic sarcomas.

bioRxiv : the preprint server for biology·2026
Same journal

Loss of LanC-like proteins delays post-injury regeneration of aging skeletal muscles.

bioRxiv : the preprint server for biology·2026
Same journal

Integrative Transfer Network: Deep Transfer Learning Across Populations and Prediction Targets.

bioRxiv : the preprint server for biology·2026
Same journal

Confidence-supported label-free metabolic imaging with FPhaS phase autofluorescence microscopy.

bioRxiv : the preprint server for biology·2026
Same journal

Sequence-encoded autoinhibition couples mRNA decapping activity to phase separation.

bioRxiv : the preprint server for biology·2026
See all related articles

Related Experiment Video

Updated: Jun 30, 2026

Laser Capture Microdissection of Highly Pure Trabecular Meshwork from Mouse Eyes for Gene Expression Analysis
13:47

Laser Capture Microdissection of Highly Pure Trabecular Meshwork from Mouse Eyes for Gene Expression Analysis

Published on: June 3, 2018

10.0K

STAR Suite: Integrating transcriptomics through AI software engineering in the NIH MorPhiC consortium.

Ling-Hong Hung1, Ka Yee Yeung1

  • 1School of Engineering and Technology, University of Washington Tacoma, Tacoma, WA, USA.

Biorxiv : the Preprint Server for Biology
|April 10, 2026
PubMed
Summary
This summary is machine-generated.

STAR Suite modernizes bioinformatics pipelines by integrating adapter trimming into the STAR aligner source code. This high-performance solution improves scalability and reduces file processing for transcriptomics data analysis.

More Related Videos

Single-cell Quantitation of mRNA and Surface Protein Expression in Simian Immunodeficiency Virus-infected CD4+ T Cells Isolated from Rhesus macaques
13:13

Single-cell Quantitation of mRNA and Surface Protein Expression in Simian Immunodeficiency Virus-infected CD4+ T Cells Isolated from Rhesus macaques

Published on: September 25, 2018

11.2K
Optimized Workflow for Iterative Bleaching Extends Multiplexity Imaging of Highly Autofluorescent Clinical Samples
06:52

Optimized Workflow for Iterative Bleaching Extends Multiplexity Imaging of Highly Autofluorescent Clinical Samples

Published on: July 11, 2025

1.1K

Related Experiment Videos

Last Updated: Jun 30, 2026

Laser Capture Microdissection of Highly Pure Trabecular Meshwork from Mouse Eyes for Gene Expression Analysis
13:47

Laser Capture Microdissection of Highly Pure Trabecular Meshwork from Mouse Eyes for Gene Expression Analysis

Published on: June 3, 2018

10.0K
Single-cell Quantitation of mRNA and Surface Protein Expression in Simian Immunodeficiency Virus-infected CD4+ T Cells Isolated from Rhesus macaques
13:13

Single-cell Quantitation of mRNA and Surface Protein Expression in Simian Immunodeficiency Virus-infected CD4+ T Cells Isolated from Rhesus macaques

Published on: September 25, 2018

11.2K
Optimized Workflow for Iterative Bleaching Extends Multiplexity Imaging of Highly Autofluorescent Clinical Samples
06:52

Optimized Workflow for Iterative Bleaching Extends Multiplexity Imaging of Highly Autofluorescent Clinical Samples

Published on: July 11, 2025

1.1K

Area of Science:

  • Bioinformatics
  • Computational Biology
  • Genomics

Background:

  • Bioinformatics pipelines often use discrete binaries and scripts, leading to performance issues due to intermediate file handling.
  • The standard STAR aligner for transcriptomics requires external scripts for tasks like adapter trimming, causing inefficiencies with large files.
  • Scalability challenges were identified for uniform data processing within the NIH MorPhiC consortium.

Purpose of the Study:

  • To develop a modernized, high-performance bioinformatics software solution.
  • To address the limitations of traditional pipeline architectures, specifically within the STAR aligner.
  • To improve the scalability and efficiency of transcriptomics data processing.

Main Methods:

  • Integrated adapter trimming and other functionalities directly into the C++ source code of the STAR aligner.
  • Developed STAR Suite, comprising four unified modules: STAR-core, STAR-Flex, STAR-Perturb, and STAR-SLAM.
  • Engineered the software through a combination of human expertise and AI implementation over four months.

Main Results:

  • Successfully modernized the STAR aligner codebase by adding over 92,000 lines of code.
  • Created a pre-compiled binary for STAR Suite without introducing new dependencies.
  • Demonstrated a new paradigm for rapid development of high-performance bioinformatics software.

Conclusions:

  • STAR Suite offers a scalable and efficient solution for transcriptomics data analysis.
  • The integrated approach significantly improves performance compared to script-based pipelines.
  • This work establishes a model for the rapid evolution of complex bioinformatics tools.