aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xexamples/probeset.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/probeset.scm b/examples/probeset.scm
index f2ee324..77448c2 100755
--- a/examples/probeset.scm
+++ b/examples/probeset.scm
@@ -79,8 +79,10 @@
(set gnt:hasTargetId
(field ("NULLIF(TRIM(ProbeSet.TargetId), '')"
TargetId)))
- (set gnt:geneSymbol
- (field ProbeSet Symbol))
+ (multiset gnt:geneSymbol
+ (map string-trim (string-split
+ (field ProbeSet Symbol)
+ #\,)))
(set dct:description (sanitize-rdf-string (field ProbeSet description)))
(set gnt:targetsRegion
(sanitize-rdf-string