IP Library Granted Patent US 11,568,287
Granted Patent B2
US 11,568,287 · App. 15/665,082 · Granted Jan 31, 2023

Discovery systems for identifying entities that have a target property

Inventors: Lee Chae (San Francisco, CA); Josh Stephen Tetrick (San Francisco, CA); Meng Xu (San Francisco, CA); Matthew D. Schultz (San Francisco, CA); Chuan Wang (San Francisco, CA); Nicolas Tilmans (San Francisco, CA); Michael Brzustowicz (San Francisco, CA)
Assignee: Just, Inc.
G06N5/048G06N5/003G06N20/00G06N20/10G06N20/20G16B40/20G16B40/30G16B99/00G06N7/005
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 11,568,287
App. No.
15/665,082
Granted
Jan 31, 2023
Kind
B2
Abstract

Systems and methods for assaying a test entity for a property, without measuring the property, are provided. Exemplary test entities include proteins, protein mixtures, and protein fragments. Measurements of first features in a respective subset of an N-dimensional space and of second features in a respective subset of an M-dimensional space, is obtained as training data for each reference in a plurality of reference entities. One or more of the second features is a metric for the target property. A subset of first features, or combinations thereof, is identified using feature selection. A model is trained on the subset of first features using the training data. Measurement values for the subset of first features for the test entity are applied to thereby obtaining a model value that is compared to model values obtained using measured values of the subset of first features from reference entities exhibiting the property.

Claims (97)

1. A discovery system for inferentially screening a test entity to determine whether it exhibits a target property without directly measuring the test entity for the target property, the discovery system comprising:

at least one processor and memory addressable by the at least one processor, the memory storing at least one program for execution by the at least one processor, the at least one program comprising instructions for:

A) obtaining a training set that comprises a plurality of reference entities and, for each respective reference entity, (i) a respective measurement of each first feature in a respective subset of first features in an N-dimensional feature space and (ii) a respective measurement of each second feature in a respective subset of an M-dimensional feature space, wherein

N is a positive integer of two or greater,

M is a positive integer,

the training set collectively provides at least one measurement for each first feature in the N-dimensional feature space,

the training set collectively provides at least one measurement for each second feature in the M-dimensional feature space,

at least one second feature in the M-dimensional feature space is a metric for the target property,

the N-dimensional feature space does not include any of the second features in the M-dimensional space,

the M-dimensional feature space does not include any of the first features in the N-dimensional space, and

the test entity comprises a protein, a fragment thereof, or a mixture of the protein with one or more other proteins;

B) identifying two or more first features, or one or more combinations thereof, in the N-dimensional feature space using a feature selection method and the training set, thereby selecting a set of first features {p 1 , . . . , p N-K } from the N-dimensional feature space, wherein N−K is a positive integer less than N;

C) training a model using measurements for the set of first features {p 1 , . . . , p N-K } across the training set, thereby obtaining a trained model;

D) obtaining measurement values for the set of first features {p 1 , . . . , p N-K } of the test entity;

E) inputting the set of first features {p 1 , . . . , p N-K } of the test entity into the trained model thereby obtaining a trained model output value for the test entity; and

F) comparing the trained model output value of the test entity to one or more trained model output values computed using measurement values for the set of first features {p 1 , . . . , p N-K } of one or more reference entities that exhibits the target property thereby determining whether the test entity exhibits the target property.

2. The discovery system of claim 1 , wherein the trained model is a linear regression model of the form:

f

(

X

)

=

β

0

+

j

=

1

t

X

j

β

j

wherein t is a positive integer,

f(X) are the measurements for a second feature in the M-dimensional feature space across the training set,

β 0 , β 1 , . . . , β t are parameters that are determined by the training C), and

each X j in {X 1 , . . . , X t } is a first feature p 1 in the set of first features {p 1 , . . . , p N-K } of the training set, a transformation of the first feature p i , a basis expansion of the first feature p i , an interaction between two or more first features in the set of first features {p 1 , . . . , p N-K }, or a principal component derived from one or more first features in the set of first features {p 1 , . . . , p N-K }.

3. The discovery system of claim 2 , wherein at least one X j in {X 1 , . . . , X t } represents an interaction between two or more features in the set of first features {p 1 , . . . , p N-K }.

4. The discovery system of claim 2 , wherein {X 1 , . . . , X t } is determined by the identifying B) or training C) from the N-dimensional feature space using a subset selection or shrinkage method.

5. The discovery system of claim 1 , wherein the trained model is a nonlinear regression model.

6. The discovery system of claim 1 , wherein

the trained model is a clustering applied to the measurements for the set of first features {p 1 , . . . , p N-K } across the training set without use of respective measurements of each second feature in the M-dimensional feature space, and

the inputting E) comprises clustering the set of first features {p 1 , . . . , p N-K } of the test entity together with the measurements for the set of first features {p 1 , . . . , p N-K } across the training set, and

the comparing F) comprises determining whether the set of first features {p 1 , . . . , p N-K } of the test entity co-clusters with the set of first features {p 1 , . . . , p N-K } of one or more reference entities in the training set that exhibit the target property.

7. The discovery system of claim 6 , wherein the clustering comprises unsupervised clustering.

8. The discovery system of claim 1 , wherein

the model is a k-nearest neighbors classifier,

the inputting E) and the comparing F) comprises obtaining the trained model output value as the outcome of the set of first features {p 1 , . . . , p N-K } of the test entity against the k nearest neighbors of the test entity in the training set using the trained k-nearest neighbors classifier, and

the k nearest neighbors of the test entity includes one or more reference entities that exhibit the target property.

9. The discovery system of claim 1 , wherein the model is a support vector machine.

10. The discovery system of claim 1 , wherein

the respective measurement of each first feature in a respective subset of first features in the N-dimensional feature space for each corresponding reference entity in the training set is taken when the corresponding reference entity is in the form of an emulsion or a liquid, and

the set of first features {p 1 , . . . , p N-K } comprises protein concentration, hydrophobicity, fat content, color, or phospholipid concentration of the corresponding reference entity.

11. The discovery system of claim 1 , wherein

the respective measurement of each first feature in a respective subset of first features in the N-dimensional feature space for each corresponding reference entity in the training set is taken when the corresponding reference entity is in the form of an emulsion or a liquid, and

the set of first features {p 1 , . . . , p N-K } comprises an amount of inter- or intra-molecular bonds within the corresponding reference entity.

12. The discovery system of claim 1 , wherein the training C) further comprises training the model using measurements of each corresponding reference entity in the training set for a single second feature, wherein

the single second feature is selected from the group consisting of dye penetration, viscosity, gelation, texture, angled layering, layer strength, flow consistency, and gelling speed, or

the single second feature is hardness, fracturability, cohesiveness, springiness, chewiness, or adhesiveness as determined by a texture profile analysis assay.

13. The discovery system of claim 1 , wherein

N is 10 or more, and

N−K is 5 or less.

14. The discovery system claim 1 , wherein the respective measurement of each first feature in the N-dimensional feature space for a single reference entity in the plurality of reference entities is obtained from a molecular assay set comprising three or more different molecular assays.

15. The discovery system of claim 1 , wherein the respective measurement of each second feature in a respective subset of the M-dimensional feature space for a single reference entity in the plurality of reference entities is obtained from a functional assay set comprising three or more different functional assays of the single reference entity.

16. The discovery system of claim 1 , wherein the feature selection method comprises regularization across the training set using the N-dimensional feature space and a single second feature in the M-dimensional feature space.

17. The discovery system of claim 1 , wherein the feature selection method comprises application of a decision tree to the training set using the N-dimensional feature space and all or a portion of the M-dimensional feature space.

18. The discovery system of claim 1 , wherein the feature selection method comprises application of a Gaussian process regression to the training set using the N-dimensional feature space and a single second feature in the M-dimensional feature space.

19. The discovery system of claim 1 , wherein

the feature selection method comprises application of principal component analysis to the training set thereby identifying a plurality of principal components wherein the plurality of principal components collectively represent the set of first features {p 1 , . . . , p N-K } from the M-dimensional feature space across the training set, and

the training of the model using measurements for the set of first features {p 1 , . . . , p N-K } across the training set C) comprises training the model using the plurality of principal components samples for each reference entity in the plurality of reference entities and measurements for one or more second features in each reference sample in the training set.

20. The discovery system of claim 1 , wherein

a plurality of first features in the N-dimensional feature space is obtained from a molecular assay of each reference entity in the training set,

the feature selection method comprises:

(i) application of a kernel function to the respective measurement of each measured first feature in the plurality of first features in the N-dimensional feature space for each reference entity in the plurality of reference entities thereby deriving a kernel matrix, and

(ii) applying principal component analysis to the kernel matrix thereby identifying a plurality of principal components wherein the plurality of principal components collectively represent the set of first features {p 1 , . . . , p N-K } from the N-dimensional feature space; and

the training of the model using measurements for the set of first features {p 1 , . . . , p N-K } across the training set comprises training the model using the plurality of principal components samples for each reference entity in the plurality of reference entities.

21. The discovery system of claim 1 , wherein

a first plurality of first features in the N-dimensional feature space is obtained from a first molecular assay of each reference entity in the training set,

a second plurality of first features in the N-dimensional feature space is obtained from a second molecular assay of each reference entity in the training set,

the feature selection method comprises:

(i) applying a first kernel function to the respective measurement of each measured first feature in the first plurality of first features in the N-dimensional feature space for each reference entity in the plurality of reference entities, thereby deriving a first kernel matrix,

(ii) applying a second kernel function to the respective measurement of each measured first feature in the second plurality of first features in the N-dimensional feature space for each reference entity in the plurality of reference entities, thereby deriving a second kernel matrix, and

(iii) applying principal component analysis to the first kernel matrix and the second kernel matrix thereby identifying a plurality of principal components wherein the plurality of principal components collectively represent the set of first features {p 1 , . . . , p N-K } from the N-dimensional feature space; and

the training the model using measurements for the set of first features {p 1 , . . . , p N-K } across the training set comprises training the model using the plurality of principal components samples for each reference entity in the plurality of reference entities.

22. The discovery system of claim 21 , wherein the model is a support vector machine.

23. The discovery system of claim 1 , wherein the test entity originates from a member of the Fungi, Protista, Archaea, Bacteria, or Plant Kingdom.

24. The discovery system of claim 1 , wherein

the test entity is extracted from a plant and the at least one program further comprises instructions for associating one or more data structures with the test entity, and

the one or more data structures identify the test entity, an extraction parameter for the test entity, and a characteristic of the plant.

25. The discovery system of claim 24 , wherein the one or more data structures comprises at least three extraction parameters used to extract the test entity from the plant selected from the group consisting of: (i) an elution pH or time for the test entity, (ii) a buffer type used to extract the test entity from the plant, (iii) a specific pH or pH range used to extract the test entity from the plant, (iv) a specific ionic strength or an ionic strength range used to extract the test entity from the plant, or (v) a specific temperature or temperature range used to extract the test entity from the plant.

26. The discovery system of claim 24 , wherein the characteristic of the plant is a plant taxonomy feature.

27. The discovery system of claim 1 , the at least one program further comprising instructions for repeating the obtaining D), inputting E), and comparing F) for each test entity in a plurality of test entities, wherein

each respective test entity in the plurality of test entities comprises a different protein, a different fragment thereof, or a mixture of the different protein with one or more other proteins.

28. The discovery system of claim 27 , wherein the plurality of test entities comprises more than 50 different test entities each from a single plant species.

Assignments (7)
SECURITY INTEREST Recorded Aug 1, 2025
From: EAT JUST, INC.; GOOD MEAT, INC.
To: AHIMSA FOUNDATION, AS COLLATERAL AGENT
Reel/Frame 072317/0826 →
AMENDED AND RESTATED PATENT AND TRADEMARK SECURITY AGREEMENT Recorded Aug 2, 2021
From: GOOD MEAT, INC.; EAT JUST, INC.
To: HUDSON POST CREDIT OPPORTUNITIES AGGREGATOR II, LLC
Reel/Frame 057050/0874 →
RELEASE OF SECURITY INTEREST Recorded May 27, 2021
From: VEG INVEST TRUST
To: EAT JUST, INC. F/K/A JUST INC.
Reel/Frame 056370/0196 →
SECURITY INTEREST Recorded Mar 15, 2021
From: EAT JUST, INC.
To: HUDSON POST CREDIT OPPORTUNITIES AGGREGATOR II, LLC
Reel/Frame 055594/0546 →
SECURITY INTEREST Recorded Jul 16, 2018
From: JUST, INC.
To: VEGINVEST TRUST
Reel/Frame 046555/0833 →
MERGER AND CHANGE OF NAME Recorded Mar 22, 2018
From: HAMPTON CREEK, INC.; JUST, INC.
To: JUST, INC.
Reel/Frame 045321/0309 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Jul 31, 2017
From: CHAE, LEE; TETRICK, JOSH STEPHEN; XU, MENG; SCHULTZ, MATTHEW D.; WANG, CHUAN; TILMANS, NICOLAS; BRZUSTOWICZ, MICHAEL
To: HAMPTON CREEK, INC.
Reel/Frame 043148/0948 →
Continuity (4)
Continuation 15282052 · Sep 30, 2016
Provisional Application 62401787 · Sep 29, 2016
Provisional Application 62235174 · Sep 30, 2015
Related Publication 20170330097A1 · Nov 16, 2017