aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/dump-probeset.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/dump-probeset.scm b/examples/dump-probeset.scm
index a3eaa05..e659120 100755
--- a/examples/dump-probeset.scm
+++ b/examples/dump-probeset.scm
@@ -89,6 +89,10 @@
(field
("IFNULL(ProbeSet.PubChem_ID, '')"
PubChem_ID))))
+ (multiset gn:tissue (map string-trim-both
+ (string-split
+ (field ("IFNULL(ProbeSet.Tissue, '')" Tissue))
+ #\,)))
(set gn:primaryName (field ProbeSet PrimaryName))
(set gn:secondaryNames (field ProbeSet SecondaryNames))
(set gn:peptideSequence (field ProbeSet PeptideSequence))))