home / zeropm-v0-0-4

consensus_index

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

20 rows where inchi_id = 670

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
21427 21427 6319 6319 670 8 0.625
42909 42909 13017 13017 670 1 0.046471848692088
99489 99489 35216 35216 670 1 0.046471848692088
128609 128609 45896 45896 670 1 0.0466215143076561
129194 129194 46065 46065 670 12 0.636363636363636
220114 220114 76212 76212 670 6 0.615384615384615
288516 288516 97704 97704 670 1 0.0458370469965073
549277 549277 217113 217113 670 1 0.0474877083728428
670053 670053 239957 239957 670 8 0.625
717386 717386 253744 253744 670 1 0.046471848692088
739621 739621 260616 260616 670 8 0.625
739623 739623 260617 260617 670 8 0.625
820851 820851 284998 284998 670 1 0.0476763785361928
820859 820859 284999 284999 670 1 0.046471848692088
820867 820867 285000 285000 670 1 0.0474877083728428
820875 820875 285001 285001 670 1 0.0474877083728428
930061 930061 331099 331099 670 1 0.0474877083728428
954521 954521 342708 342708 670 4 0.6
1614842 1614842 487557 487557 670 8 0.625
1629007 1629007 492155 492155 670 1 0.046471848692088
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 1510.749ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website