home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

14 rows where inchi_id = 59940

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
6659 6659 2044 2044 59940 8 0.9
31157 31157 9124 9124 59940 8 0.625
119564 119564 41622 41622 59940 8 0.625
131849 131849 46828 46828 59940 8 0.625
203562 203562 72132 72132 59940 8 0.9
244890 244890 83332 83332 59940 8 0.9
440857 440857 158049 158049 59940 8 0.9
547987 547987 216674 216674 59940 8 0.9
719058 719058 254244 254244 59940 12 0.636363636363636
823691 823691 285911 285911 59940 8 0.625
823693 823693 285912 285912 59940 4 0.833333333333333
936870 936870 334571 334571 59940 4 0.833333333333333
1629274 1629274 492263 492263 59940 8 0.625
1727399 1727399 528980 528980 59940 4 0.833333333333333
CREATE TABLE [consensus_index] (
        [inventory_id] integer,
        [inchi_id] text,
        [consensus_score] text,
        [consensus_count] integer,
        FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
        FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);
Powered by Datasette · Queries took 479.492ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website