home / zeropm-v0-0-4

consensus_index

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

11 rows where inchi_id = 195604

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
17279 17279 5056 5056 195604 2 0.101230299698919
82178 82178 29602 29602 195604 2 0.101230299698919
128103 128103 45791 45791 195604 2 0.101230299698919
425211 425211 153481 153481 195604 2 0.10142789930357
539270 539270 213795 213795 195604 2 0.10142789930357
665807 665807 238420 238420 195604 1 0.0860321228610145
728382 728382 257090 257090 195604 2 0.100579877865417
842726 842726 292051 292051 195604 2 0.100579877865417
842735 842735 292052 292052 195604 1 0.0860321228610145
1610740 1610740 486212 486212 195604 2 0.100579877865417
1716851 1716851 525794 525794 195604 1 0.0860321228610145
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 2309.469ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website