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

Labeling DNA Probes03:31

Labeling DNA Probes

9.5K
DNA probes are fragments of DNA labeled with a reporter tag to enable their detection or purification. The resulting labeled DNA probes can then hybridize to target nucleic acid sequences through complementary base-pairing, and may be used to recover or identify these regions.
Radioisotopes, fluorophores, or small molecule binding partners like biotin or digoxigenin, are the most widely used reporter tags for labeling DNA probes. These labels can be attached to the probe DNA molecule via...
9.5K
Sanger Sequencing01:57

Sanger Sequencing

775.6K
DNA sequencing is a fundamental technique that is routinely used in the biological sciences. This method can be applied to a range of questions at different scales - from the sequencing of a cloned DNA fragment or the study of a mutation in a gene up to whole-genome sequencing. However, despite the widespread use of sequencing today, it was not until 1977 that Fredrick Sanger and his collaborators developed the chain-termination method to decode DNA sequences. It relies on the separation of a...
775.6K
Peptide Identification Using Tandem Mass Spectrometry01:33

Peptide Identification Using Tandem Mass Spectrometry

8.7K
Tandem mass spectrometry, also known as MS/MS or MS2, is an analytical technique that employs two mass analyzers. Essentially it is a series of mass spectrometers that helps isolate a particular biomolecule and then helps study its chemical properties.
This technique helps gather information regarding the protein from which the peptide was obtained and to study the peptides’ amino acid sequence. Identifying peptides from a complex mixture is an important component of the growing field of...
8.7K

You might also read

Related Articles

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

Sort by
Same author

Non-invasive wood moisture sensing for arthropod infestation prevention using a circularly polarized high-isolation antenna system.

Scientific reports·2026
Same author

Early antifungal resistance prediction based on MALDI-TOF mass spectrometry and machine learning.

Scientific reports·2026
Same author

Translational bioinformatics stalls at implementation.

Briefings in bioinformatics·2026
Same author

Clustering of disease trajectories with explainable machine learning: A case study on postoperative delirium phenotypes.

PLOS digital health·2026
Same author

Peripheral Oxygen Saturation Targets and Hyperoxemia in Critical Care: Influence of pH, F<sub>i</sub>O<sub>2</sub>, and Respiratory Failure.

Antioxidants (Basel, Switzerland)·2026
Same author

Uncovering Cas9 PAM diversity through metagenomic mining and machine learning.

Nature communications·2026
Same journal

MCFST: Spatial domain identification method based on multi-view graph convolutional network and graph fusion network.

Bioinformatics (Oxford, England)·2026
Same journal

SpaBiT: Enhancing Spatial Transcriptomics Resolution via Bidirectional Attention Transformers.

Bioinformatics (Oxford, England)·2026
Same journal

EDEL: Enhancing Dense Retrievers for Curation of Biomedical Knowledge Bases.

Bioinformatics (Oxford, England)·2026
Same journal

Informative Relational Learning for Adverse Reaction Prediction with Enhanced Generalization to Novel Drugs.

Bioinformatics (Oxford, England)·2026
Same journal

An interpretable deep learning framework uncovers features governing CRISPR-Cas9 genome-editing efficiency.

Bioinformatics (Oxford, England)·2026
Same journal

3DICE: Interpretable 3D Cross-Modal Learning for Drug-Target Interaction Prediction and Large-Scale Drug Discovery.

Bioinformatics (Oxford, England)·2026
See all related articles

Related Experiment Video

Updated: Feb 20, 2026

Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography
04:48

Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography

Published on: November 30, 2022

3.6K

PySeqLab: an open source Python package for sequence labeling and segmentation.

Ahmed Allam1, Michael Krauthammer1,2

  • 1Department of Pathology, Yale School of Medicine, New Haven, CT 06511, USA.

Bioinformatics (Oxford, England)
|October 17, 2017
PubMed
Summary
This summary is machine-generated.

This study introduces Python Sequence Labeling (PySeqLab), a library for conditional random fields (CRFs) to predict structures in sequential data like text and DNA. PySeqLab achieves state-of-the-art results across biomedical NLP, DNA analysis, and activity recognition without manual feature engineering.

More Related Videos

Novel Sequence Discovery by Subtractive Genomics
09:40

Novel Sequence Discovery by Subtractive Genomics

Published on: January 25, 2019

9.2K
Pyrosequencing: A Simple Method for Accurate Genotyping
13:06

Pyrosequencing: A Simple Method for Accurate Genotyping

Published on: January 8, 2008

28.1K

Related Experiment Videos

Last Updated: Feb 20, 2026

Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography
04:48

Application of Deep Learning-Based Medical Image Segmentation via Orbital Computed Tomography

Published on: November 30, 2022

3.6K
Novel Sequence Discovery by Subtractive Genomics
09:40

Novel Sequence Discovery by Subtractive Genomics

Published on: January 25, 2019

9.2K
Pyrosequencing: A Simple Method for Accurate Genotyping
13:06

Pyrosequencing: A Simple Method for Accurate Genotyping

Published on: January 8, 2008

28.1K

Area of Science:

  • Computational biology
  • Bioinformatics
  • Natural Language Processing

Background:

  • Sequential data, including text and genomic sequences, possess inherent structures crucial for analysis.
  • Conditional Random Fields (CRFs) are powerful probabilistic graphical models for predicting these structures.

Purpose of the Study:

  • To develop a comprehensive Python library, PySeqLab, for implementing and applying CRFs to sequential data.
  • To provide robust tools for supervised learning in structured prediction tasks.

Main Methods:

  • PySeqLab implements various first-order to higher-order linear-chain and semi-Markov CRFs.
  • It incorporates multiple parameter estimation algorithms including SGD, structured perceptron, SAPO, and BFGS variants.
  • Inference and decoding are performed using Viterbi and Viterbi A* algorithms.

Main Results:

  • PySeqLab was evaluated on biomedical NLP, DNA sequence analysis, and Human Activity Recognition (HAR) tasks.
  • Models built with PySeqLab achieved state-of-the-art performance, comparable to existing machine learning systems.
  • The library enables high performance without requiring manual feature engineering or external knowledge sources.

Conclusions:

  • PySeqLab offers a versatile and effective toolkit for structured prediction using CRFs.
  • The library demonstrates the capability to achieve top-tier results in diverse sequential data domains.