IP Library Granted Patent US 10,319,465
Granted Patent B2
US 10,319,465 · App. 15/353,105 · Granted Jun 11, 2019

Systems and methods for aligning sequences to graph references

Inventors: Wan-Ping Lee (Somerville, MA); Alyssa Dayan (Cambridge, MA)
Assignee: Seven Bridges Genomics Inc.
G16B45/00G06K9/00134G06K9/00147G06K9/6892G06K2209/07
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 10,319,465
App. No.
15/353,105
Granted
Jun 11, 2019
Kind
B2
Abstract

Various embodiments of the disclosure relate to systems and methods for aligning a sequence read to a graph reference. In one embodiment, the method comprises selecting a first node from a graph reference, the graph reference comprising a plurality of nodes connected by a plurality of directed edges, at least one node of the plurality of nodes having a nucleotide sequence. The method further comprises traversing the graph reference according to a depth-first search, and comparing a sequence read to nucleotide sequences generated from the traversal of the graph reference. The traversal of the graph is then modified in response to a determination that each and every node associated with a given nucleotide sequence was previously evaluated.

Claims (50)

1. A system for aligning a sequence read to a graph reference, the system comprising:

at least one computer hardware processor; and

at least one non-transitory computer-readable storage medium storing: a graph reference, the graph reference comprising a plurality of nodes connected by a plurality of edges, at least one node of the plurality of nodes having an associated nucleotide sequence; a plurality of sequence reads; and processor-executable instructions that, when executed by the at least one computer hardware processor, cause the at least one computer hardware processor to perform:

selecting a first node of the plurality of nodes;

identifying a first path by traversing the graph reference, the first path starting from the first node and comprising at least one child node of the first node;

comparing at least one first nucleotide sequence generated from the first path with the sequence read, wherein the at least one first nucleotide sequence is generated at least in part by concatenating associated nucleotide sequences from nodes in the first path into the at least one first nucleotide sequence;

identifying a second path by traversing the graph reference, the second path starting from the first node and comprising at least one node not considered by the first path;

comparing at least one second nucleotide sequence generated from the second path with the sequence read, the comparing comprising determining whether the at least one second nucleotide sequence generated from the second path was previously generated by the first path, and removing one or more nodes from the identified second path based on the determination;

determining a best-fit position of the sequence read on the graph reference; and

reporting the best-fit position of the sequence read as the aligned position of the sequence read on the graph reference.

2. The system of claim 1 , wherein traversing the graph reference comprises performing a depth-first search.

3. The system of claim 1 , wherein a path comprises one or more nodes.

4. The system of claim 1 , wherein identifying a first path by traversing the graph reference comprises following outgoing edges of successive nodes until reaching a last node having no outgoing edges.

5. The system of claim 4 , wherein identifying a second path by traversing the graph reference comprises backtracking from the last node having no outgoing edges.

6. The system of claim 5 , wherein backtracking from the last node having no outgoing edges further comprises identifying a node having a previously unfollowed outgoing edge, following the previously unfollowed outgoing edge, and following outgoing edges of successive nodes until reaching a last node having no outgoing edges.

7. The system of claim 1 , wherein each node further comprises a followed indicator that indicates which of its outgoing directed edges have been traversed, and traversing the graph reference further comprises updating the followed indicator when following an outgoing edge from that node.

8. The system of claim 7 , wherein each node further comprises a visited indicator that indicates whether all of its outgoing directed edges have been traversed, wherein traversing the graph reference further comprises:

determining whether a node's followed indicator indicates that all of its outgoing directed edges have been traversed;

updating the node's visited indicator to indicate that all of the outgoing directed edges have been traversed;

resetting the node's followed indicator to indicate that all of the outgoing directed edges have not been traversed; and

backtracking from the node.

9. The system of claim 8 , wherein comparing at least one second nucleotide sequence generated from the second path with the sequence read further comprises considering whether the at least one second nucleotide sequence is generated entirely from nodes having visited indicators that indicate all of the outgoing directed edges of those nodes have been traversed.

10. The system of claim 1 , wherein comparing at least one first nucleotide sequence generated from the first path with the sequence read further comprises:

identifying a first set of substrings of the at least one first nucleotide sequence; and

comparing the first set of substrings to the sequence read.

11. The system of claim 10 , wherein comparing at least one second nucleotide sequence generated from the second path with the sequence read comprises:

concatenating nucleotide sequences associated with the nodes in the second path into a second concatenated nucleotide sequence;

identifying a second set of substrings of the second concatenated nucleotide sequence;

comparing each substring of the second set of substrings to the sequence read if and only if a substring is not within the first set of substrings.

12. The system of claim 11 , wherein comparing each substring of the second set of substrings to the sequence read if and only if a substring is not within the first set of substrings comprises considering whether a substring is generated from at least one node that was not present in the first path.

13. The system of claim 12 , wherein each node further comprises a visited indicator that indicates whether all of that node's outgoing directed edges have been traversed, and comparing each substring of the second set of substrings further comprises:

determining whether each of the nodes associated with a substring have visited indicators that indicate all of the outgoing directed edges of those nodes have been traversed;

if each of the nodes associated with the substring have visited indicators that indicate all of the outgoing directed edges of those nodes have been traversed, removing the most recently added node from the second path and considering whether any remaining nodes in the second path have an unfollowed outgoing edge; and

if any of the nodes associated with the substring have visited indicators that indicate all of the outgoing directed edges of those nodes have not been traversed, comparing the substring with the sequence read.

14. The system of claim 13 , wherein comparing the substring with the sequence read further comprises generating the substring from those nodes.

15. The system of claim 1 , wherein identifying a second path by traversing the graph reference comprises:

identifying a quantity of nodes within the graph reference;

traversing a portion of the graph reference; and

modifying traversal of the graph in response to a determination that a region of the graph has been previously considered by the first path.

16. The system of claim 1 , wherein identifying a first path by traversing the graph reference comprises:

considering whether the first node has an unfollowed child node;

if the first node has an unfollowed child node, adding the unfollowed child node to the first path.

17. The system of claim 1 , wherein the sequence read comprises a k-mer of the sequence read, wherein comparing nucleotide sequences generated from a path with the sequence read comprises comparing a k-mer of the sequence read with the nucleotide sequences.

18. The system of claim 17 , wherein the k-mer begins from the first base of the sequence read.

19. The system of claim 17 , wherein the length of the k-mer is between 5 and 30 base pairs.

20. The system of claim 17 , further comprising determining one or more best-fit positions of the k-mer of the sequence read.

21. The system of claim 20 , further comprising determining a best-fit position of the sequence read by considering additional nucleotides adjacent to the best-fit positions of the kmer of the sequence read.

22. The system of claim 1 , wherein determining a best-fit position of the sequence read on the graph reference further comprises:

aligning the sequence read to the graph reference using a second alignment algorithm.

23. The system of claim 22 , wherein the second alignment algorithm is selected from the group consisting of: the Smith-Waterman algorithm and a graph-aware Smith-Waterman algorithm.

Assignments (10)
SECURITY INTEREST Recorded Aug 4, 2022
From: PIERIANDX, INC.; SEVEN BRIDGES GENOMICS INC.
To: ORBIMED ROYALTY & CREDIT OPPORTUNITIES III, LP
Reel/Frame 061084/0786 →
RELEASE OF SECURITY INTEREST Recorded Aug 2, 2022
From: IMPERIAL FINANCIAL SERVICES B.V.
To: SEVEN BRIDGES GENOMICS INC.
Reel/Frame 061055/0078 →
RELEASE OF SECURITY INTEREST Recorded May 24, 2022
From: IMPERIAL FINANCIAL SERVICES B.V.
To: SEVEN BRIDGES GENOMICS INC.
Reel/Frame 060173/0792 →
SECURITY INTEREST Recorded May 24, 2022
From: SEVEN BRIDGES GENOMICS INC.
To: IMPERIAL FINANCIAL SERVICES B.V.
Reel/Frame 060173/0803 →
SECURITY INTEREST Recorded Mar 30, 2022
From: SEVEN BRIDGES GENOMICS INC.
To: IMPERIAL FINANCIAL SERVICES B.V.
Reel/Frame 059554/0165 →
TERMINATION AND RELEASE OF NOTICE OF ATTORNEY'S LIEN Recorded Sep 13, 2018
From: BROWN RUDNICK LLP
To: SEVEN BRIDGES GENOMICS INC.
Reel/Frame 046943/0683 →
RELEASE OF SECURITY INTEREST Recorded Apr 12, 2018
From: MJOLK HOLDING BV
To: SEVEN BRIDGES GENOMICS INC.
Reel/Frame 045928/0013 →
SECURITY INTEREST Recorded Oct 17, 2017
From: SEVEN BRIDGES GENOMICS INC.
To: MJOLK HOLDING BV
Reel/Frame 044305/0871 →
NOTICE OF ATTORNEY'S LIEN Recorded Oct 11, 2017
From: SEVEN BRIDGES GENOMICS INC.
To: BROWN RUDNICK
Reel/Frame 044174/0113 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Dec 12, 2016
From: LEE, WAN-PING; DAYAN, ALYSSA
To: SEVEN BRIDGES GENOMICS INC,
Reel/Frame 040706/0263 →
Continuity (1)
Related Publication 20180137387A1 · May 17, 2018