home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 42527

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
122463 122463 42527 42527 332 3 0.329373696677872
122464 122464 42527 42527 36303 1 0.0691641422876901
122465 122465 42527 42527 103704 7 0.329745887761369
122466 122466 42527 42527 130689 1 0.103746213431535
122467 122467 42527 42527 252085 1 0.13832828457538
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 1839.901ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website