You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good morning, sorry for the trivial question, but I am not able to solve the problem on my own.
on an imported VCF file I would like to run a query to get the variants compatible with a heterozygous compound.
how can I write the clause in the query?
I tried the following query but I got an error.
SELECT ann.gene FROM variants GROUP BY ann.gene HAVING COUNT(ann.gene) >= 2
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Good morning, sorry for the trivial question, but I am not able to solve the problem on my own.
on an imported VCF file I would like to run a query to get the variants compatible with a heterozygous compound.
how can I write the clause in the query?
I tried the following query but I got an error.
SELECT ann.gene FROM variants GROUP BY ann.gene HAVING COUNT(ann.gene) >= 2
Beta Was this translation helpful? Give feedback.
All reactions