scanning v1
This commit is contained in:
24
LabWise/AIvsPubChem.md
Normal file
24
LabWise/AIvsPubChem.md
Normal file
@@ -0,0 +1,24 @@
|
||||
CAS locked in → PubChem lookup fires
|
||||
↓
|
||||
┌────────────┴────────────┐
|
||||
PubChem has name? No name
|
||||
↓ ↓
|
||||
AI has name? keep AI name (if any)
|
||||
┌───────┴───────┐ aiSatisfied = !aiName.isEmpty
|
||||
Yes No
|
||||
↓ ↓
|
||||
arbitrate use PubChem name directly
|
||||
↓ aiSatisfied = true
|
||||
isSameCompound?
|
||||
┌────┴────┐
|
||||
Yes No
|
||||
↓ ↓
|
||||
labelIsCommonName? trust PubChem (CAS is reliable)
|
||||
┌────┴────┐
|
||||
Yes No
|
||||
↓ ↓
|
||||
use use
|
||||
label PubChem
|
||||
name name
|
||||
("CHAPS")
|
||||
aiSatisfied = true → no more AI re-triggers
|
||||
Reference in New Issue
Block a user