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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1434513 1434513 447192 447192 415 4 0.235824765917576
1434514 1434514 447192 447192 42337 1 0.0793216801152543
1434515 1434515 447192 447192 102293 7 0.339001585607505
1434516 1434516 447192 447192 133344 1 0.0661014000960452
1434517 1434517 447192 447192 228908 1 0.198304200288136
1434518 1434518 447192 447192 277710 1 0.0566583429394674
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 855.882ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website