Skip to content

Instantly share code, notes, and snippets.

@nturaga
Created August 7, 2023 18:57
Show Gist options
  • Save nturaga/fd32bfd8e03da3e06fde21e89db3b038 to your computer and use it in GitHub Desktop.
Save nturaga/fd32bfd8e03da3e06fde21e89db3b038 to your computer and use it in GitHub Desktop.
tbl_patient_record.R
44: tbl("patient") |>
61: tbl("molecular_inventory") |>
70: tbl("combined_diagnosis") |>
83: tbl("medications_enhanced") |>
tbl_sample_therapy.R
57: tbl("onco_care_plan") |>
tbl_tmo_diagnosis.R
37: tbl("combined_diagnosis") |>
59: tbl("tl-tswu81fhz6dqqmwqtea0.production__tmo.label") |>
tbl_sample_stage.R
44: tbl(connection, "primary_tumor_characterization") |>
tbl_diagnosis_dates.R
90: tbl(connection, "metastases") |>
92: tbl(connection, "cancer") |>
tbl_snv_indel.R
20: tbl(connection, "molecular_inventory_analysis") |>
32: tbl(connection, "reported_dna_variants") |>
70: tbl(connection, "molecular_master_file_filtered") |>
tbl_cnv.R
28: tbl('cnv_genes')|>
tbl_sample.R
76: tbl(connection, "molecular_inventory_preferred_dna") |>
113: tbl("molecular_inventory_preferred_rna") |>
tbl(paste("tl-tswu81fhz6dqqmwqtea0", "production__tmo", "diagnosis_hierarchy_reference"))
tl-tswu81fhz6dqqmwqtea0.production__tmo.semantic_relationship
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment