home / zeropm-v0-0-4

consensus_index

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

8 rows where inventory_id = 471350

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1547954 1547954 471350 471350 5577 1 0.154844611594534
1547955 1547955 471350 471350 8250 1 0.0619378446378135
1547956 1547956 471350 471350 9307 1 0.0774223057972668
1547957 1547957 471350 471350 73605 8 0.309689223189067
1547958 1547958 471350 471350 136449 2 0.109491674888692
1547959 1547959 471350 471350 210612 1 0.103229741063022
1547960 1547960 471350 471350 210792 1 0.103229741063022
1547961 1547961 471350 471350 253772 1 0.0619378446378135
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 2353.734ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website