aboutsummaryrefslogtreecommitdiff
path: root/examples/probeset.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-08-14 09:48:17 +0300
committerMunyoki Kilyungi2024-08-14 09:48:17 +0300
commit71cdd910523003602f90bfd9d499d629150142de (patch)
tree427e7714e4a2cc012d58f5101ecee0513e105f93 /examples/probeset.scm
parent1fc941e3b51990fe485b2283b4ad08d1cf727213 (diff)
downloadgn-transform-databases-71cdd910523003602f90bfd9d499d629150142de.tar.gz
Remove 'gene: ontology from GeneId prefix.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples/probeset.scm')
-rwxr-xr-xexamples/probeset.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/probeset.scm b/examples/probeset.scm
index 77448c2..caf81aa 100755
--- a/examples/probeset.scm
+++ b/examples/probeset.scm
@@ -121,8 +121,7 @@
"on the minus strand")
(else "")))))))
(set gnt:hasGeneId
- (ontology 'gene:
- (string-trim-both (field ProbeSet GeneId))))
+ (field ProbeSet GeneId))
;; OMIM Link
(set dct:references
(let ((omim (field ProbeSet OMIM)))