Skip to content
This repository was archived by the owner on Jun 18, 2022. It is now read-only.

Commit 7b5cf65

Browse files
authored
Update garfield_import_dmet_twog.sql
1 parent 456c9fb commit 7b5cf65

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Analysis/affymetrix/garfield_import_dmet_twog.sql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
-- Script to generate csv files for import into neo4j
22
-- This is the affymetrix case study tracing the affy seedset of <= 1991 to the DMET Plus
3-
-- Panel of 2017
3+
-- Panel of <= 2017 based on keyword searches in PubMed
44
-- Author: George Chacko 3/17/2018
55

66
-- End point is the garfield_hgraph series, which contains 23 wos_ids from Garfield's microarray historiograph
77
-- Starting point is all papers identified in a keyword search in PubMed for DMET PLus
8-
-- Publications are connected/related by citation. The target is cited by the source.
8+
-- Publications are connected/related by citation. The target is cited by the source. Two generations each of cited and citing references from
9+
-- start and endpoints respectively are included in this network
910

1011
-- Citation endpoint is 23 pubs in the garfield_historiograph
1112
DROP TABLE IF EXISTS garfield_hgraph_end;

0 commit comments

Comments
 (0)