diff options
-rwxr-xr-x | examples/genelist.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/genelist.scm b/examples/genelist.scm index 61d2174..30d2a4d 100755 --- a/examples/genelist.scm +++ b/examples/genelist.scm @@ -31,9 +31,6 @@ (gnc:ebiGwasLink rdfs:Class gnc:ResourceLink) (gnc:ebiGwasLink rdfs:label "EBI GWAS") (gnc:ebiGwasLink rdfs:comments "EBI GWAS") - (gnc:biogpsLink rdfs:Class gnc:ResourceLink) - (gnc:biogpsLink rdfs:label "BioGPS Resource Link") - (gnc:biogpsLink rdfs:comments "Expression across many tissues and cell types") (gnc:proteinAtlasLink rdfs:Class gnc:ResourceLink) (gnc:proteinAtlasLink rdfs:label "Protein Atlas") (gnc:proteinAtlasLink rdfs:comments "Human Protein Atlas") @@ -43,9 +40,6 @@ (gnc:gemmaLink rdfs:Class gnc:ResourceLink) (gnc:gemmaLink rdfs:label "Gemma") (gnc:gemmaLink rdfs:comments "Meta-analysis of gene expression data") - (gnc:gtexLink rdfs:Class gnc:ResourceLink) - (gnc:gtexLink rdfs:label "GTEx Portal") - (gnc:gtexLink rdfs:comments "GTEx Portal") (gnc:biogpsLink rdfs:Class gnc:ResourceLink) (gnc:biogpsLink rdfs:label "BioGPS") (gnc:biogpsLink rdfs:comments "Expression across many tissues and cell types") |