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

Parallel Processing01:20

Parallel Processing

The brain processes sensory information rapidly due to parallel processing, which involves sending data across multiple neural pathways at the same time. This method allows the brain to manage various sensory qualities, such as shapes, colors, movements, and locations, all concurrently. For instance, when observing a forest landscape, the brain simultaneously processes the movement of leaves, the shapes of trees, the depth between them, and the various shades of green. This enables a quick and...

You might also read

Related Articles

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

Sort by
Same author

STAG2 loss amplifies EWS-FLI1-driven microsatellite enhancer activity promoting Ewing sarcoma aggressiveness.

Proceedings of the National Academy of Sciences of the United States of America·2026
Same author

MHC class I on target cells regulates CD4<sup>+</sup> T cell-mediated immunity.

Nature immunology·2026
Same author

Mitochondrial complex II orchestrates divergent effects in CD4+ and CD8+ T cells.

The Journal of clinical investigation·2025
Same author

Author Correction: Cancer SLC43A2 alters T cell methionine metabolism and histone methylation.

Nature·2025
Same author

The hematopoietic stem cell MYB enhancer is essential for and recurrently amplified during T cell leukemogenesis.

The Journal of clinical investigation·2025
Same author

Chromosomal instability degrades developmental phenotypes essential for anti-GD2 immunotherapy outcomes in high-risk neuroblastoma.

Cell reports. Medicine·2025

Related Experiment Video

Updated: Jun 4, 2026

A Computational Pipeline for Intergenic/Intragenic Enhancer RNA Quantification in Mouse Embryonic Stem Cells
06:02

A Computational Pipeline for Intergenic/Intragenic Enhancer RNA Quantification in Mouse Embryonic Stem Cells

Published on: October 28, 2025

A lightweight, flow-based toolkit for parallel and distributed bioinformatics pipelines.

Marcin Cieślik1, Cameron Mura

  • 1Department of Chemistry, University of Virginia, Charlottesville, VA 22904-4319, USA.

BMC Bioinformatics
|March 1, 2011
PubMed
Summary
This summary is machine-generated.

Bioinformatic workflows can be built using PaPy, a modular Python framework for parallel data processing. This tool simplifies the creation and execution of complex data analysis pipelines for researchers.

More Related Videos

High-Throughput Transcriptome Analysis for Investigating Host-Pathogen Interactions
14:58

High-Throughput Transcriptome Analysis for Investigating Host-Pathogen Interactions

Published on: March 5, 2022

Related Experiment Videos

Last Updated: Jun 4, 2026

A Computational Pipeline for Intergenic/Intragenic Enhancer RNA Quantification in Mouse Embryonic Stem Cells
06:02

A Computational Pipeline for Intergenic/Intragenic Enhancer RNA Quantification in Mouse Embryonic Stem Cells

Published on: October 28, 2025

High-Throughput Transcriptome Analysis for Investigating Host-Pathogen Interactions
14:58

High-Throughput Transcriptome Analysis for Investigating Host-Pathogen Interactions

Published on: March 5, 2022

Area of Science:

  • Computational Biology
  • Bioinformatics

Background:

  • Bioinformatic analyses are often structured as sequential data-processing tasks.
  • Workflows, or pipelines, define protocols with specific data-flow dependencies and transformations.
  • The dataflow programming (DFP) paradigm offers a natural model for bioinformatic workflows.

Purpose of the Study:

  • To develop a flexible and modular framework for creating and executing bioinformatics dataflows.
  • To facilitate parallel and distributed processing of biological data.

Main Methods:

  • Developed PaPy, a modular Python framework for parallel pipelines.
  • Workflows are constructed from reusable components connected in a directed acyclic graph.
  • Utilizes nested higher-order map functions for data transformations on pooled compute resources (local or remote).
  • Input data processed in adjustable batch sizes to balance parallelism and memory consumption.

Main Results:

  • PaPy enables the creation of modular, parallel, and distributed data-processing workflows.
  • An add-on module, NuBio, provides domain-specific data containers and functionality for bioinformatics tasks.
  • The framework supports flexible pooling of compute resources for efficient execution.

Conclusions:

  • PaPy provides a lightweight toolkit for extensible, flow-based bioinformatics data processing.
  • Its simplicity and flexibility can help bridge the gap between traditional computing and grid computing.
  • PaPy is available as open-source Python code with documentation and examples.