i2b2 on Genomics Data
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagesql
themeMidnightRDark
titleExample gene name SQL query
select count(distinct patient_num)
  from observation_fact
  where contains(observation_blob, 'rs183605470 AND heterozygous')

...