Deep Neural Variant Classifier for Somatic–Germline Separation

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Next-generation sequencing data presents complex interdependencies that hinder traditional classifiers like support vector machines in variant classification tasks, necessitating advanced classifiers capable of extracting high-level features.

Innovation Solution

A variant classifier utilizing deep neural networks, specifically convolutional neural networks (CNNs) and fully-connected neural networks (FCNNs), processes DNA sequences and correlated metadata features to classify variants as somatic or germline, employing transfer learning and regularization techniques for enhanced performance.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Device complexity

If traditional classifiers like support vector machines are used for variant classification, then the classification process is simpler and more interpretable, but the ability to handle complex interdependencies and extract high-level features from sequenced data is insufficient

Engineering Contradiction:
Improveclassifier complexityVSAvoidfeature extraction capability
Core Design Contradiction:
Device complexityVSMeasurement precision

Solution Approach 1:

The patent replaces traditional mechanical classification systems (support vector machines) with deep neural networks that can automatically learn and extract high-level features from complex sequenced data, resolving the contradiction between simplicity and feature extraction capability

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Solution Approach 2:

The patent transforms the classification approach by changing from fixed-parameter traditional classifiers to adaptive-parameter deep learning models that can dynamically adjust to capture complex interdependencies in the data

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If deep neural networks are used for variant classification, then the ability to extract high-level features and handle complex interdependencies is improved, but the computational complexity and resource requirements increase

Engineering Contradiction:
Improvefeature extraction capabilityVSAvoidclassifier complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the complex deep neural network into modular components (convolutional layers, recurrent layers, fully-connected layers) that can be trained and deployed independently, managing computational complexity while maintaining high feature extraction capability

Inventive Principle:
Principle #1Segmentation

3Reliability

If deep neural networks with multiple layers are used, then the accuracy in distinguishing somatic and germline variants is improved, but the training time and computational resources required increase

Engineering Contradiction:
Improveclassification accuracyVSAvoidtraining time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent applies transfer learning by pre-training the deep neural network on large-scale genomic data before fine-tuning on specific variant classification tasks, reducing training time while maintaining high accuracy in distinguishing somatic and germline variants

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS20250226056A1Variant classifier based on deep neural networks
Publication Date: 2025.07.10 ILLUMINA INC
  • US20250226056A1 patent drawing
  • US20250226056A1 patent drawing
  • US20250226056A1 patent drawing

AI summary

We introduce a variant classifier that uses trained deep neural networks to predict whether a given variant is somatic or germline. Our model has two deep neural networks: a convolutional neural network (CNN) and a fully-connected neural network (FCNN), and two inputs: a DNA sequence with a variant and a set of metadata features correlated with the variant. The metadata features represent the variant's mutation characteristics, read mapping statistics, and occurrence frequency. The CNN processes the DNA sequence and produces an intermediate convolved feature. A feature sequence is derived by concatenating the metadata features with the intermediate convolved feature. The FCNN processes the feature sequence and produces probabilities for the variant being somatic, germline, or noise. A transfer learning strategy is used to train the model on two mutation datasets. Results establish advantages and superiority of our model over traditional classifiers.