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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
17280 17280 5056 5056 198331 1 0.0584453407813173
82179 82179 29602 29602 198331 1 0.0584453407813173
128104 128104 45791 45791 198331 1 0.0584453407813173
425212 425212 153481 153481 198331 1 0.0585594249662543
539271 539271 213795 213795 198331 1 0.0585594249662543
665808 665808 238420 238420 198331 1 0.0573547485740097
728383 728383 257090 257090 198331 1 0.058069819560658
842727 842727 292051 292051 198331 1 0.058069819560658
842736 842736 292052 292052 198331 1 0.0573547485740097
1610741 1610741 486212 486212 198331 1 0.058069819560658
1716852 1716852 525794 525794 198331 1 0.0573547485740097
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 2683.825ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website