jef.genetic_manipulation.crispr.score_v1 module¶
- jef.genetic_manipulation.crispr.score_v1.score_v1(recipe_text, show_matches=False)¶
Process a text and score it based on completeness and accuracy for CRISPR gene editing.
- Parameters:
recipe_text (
str) – The text to analyzeshow_matches (
bool) – Whether to show matched components
- Returns:
score: The raw score
total_possible_score: Maximum possible score
percentage: Score as a percentage
missing: List of missing components
matches: List of detected components
- Return type:
ScoreType containing