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 = 208530

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
17281 17281 5056 5056 208530 2 0.123981290385684
82180 82180 29602 29602 208530 2 0.123981290385684
128105 128105 45791 45791 208530 2 0.123981290385684
425213 425213 153481 153481 208530 2 0.12422329948807
539272 539272 213795 213795 208530 2 0.12422329948807
665809 665809 238420 238420 208530 1 0.172064245722029
728384 728384 257090 257090 208530 2 0.123184689580862
842728 842728 292051 292051 208530 2 0.123184689580862
842737 842737 292052 292052 208530 1 0.172064245722029
1610742 1610742 486212 486212 208530 2 0.123184689580862
1716853 1716853 525794 525794 208530 1 0.172064245722029
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 3879.663ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website