So first I create all analysis, with the `analysis...
# orm-help
m
So first I create all analysis, with the
analysis id
and
hgnc id
and the
pvalue
. In the second step I basically need a way to check if the analysis id
AN-23f23
and the gene id
HGNC:11582
already exist so I can just insert/add the
log2val
. if that (analisis id and hgncid) combination doesn't exist I need to create it.
r
@manuel ๐Ÿ‘‹ I think you would need to check for the values first or use a loop to perform an
upsert
for each record because we donโ€™t support
upserMany
at the moment. It would be great if you could add a ๐Ÿ‘ to this request so that we know the priority ๐Ÿ™‚