home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 358389

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1000800 1000800 358389 358389 5039 1 0.198300283286119
1000801 1000801 358389 358389 5513 8 0.396600566572238
1000802 1000802 358389 358389 12866 1 0.0793201133144476
1000803 1000803 358389 358389 87499 1 0.132200188857413
1000804 1000804 358389 358389 167921 1 0.0991501416430595
1000805 1000805 358389 358389 189781 1 0.0661000944287063
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 813.785ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website