Skip to content

Commit

Permalink
Updated data
Browse files Browse the repository at this point in the history
  • Loading branch information
LKMason committed Jan 3, 2025
1 parent 9463f4d commit 528f2cc
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
Binary file removed data/soc_code_jobs.json.zip
Binary file not shown.
Binary file added data/soc_code_jobs_api.json.zip
Binary file not shown.
Binary file added data/soc_code_jobs_tsne.json.zip
Binary file not shown.
Binary file added data/tcga_reports_api.json.zip
Binary file not shown.
Binary file added data/tcga_reports_tsne.json.zip
Binary file not shown.
Binary file not shown.
Binary file modified data/tcga_reports_verbose_tsne.json.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions src/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import * as d3 from "https://cdn.jsdelivr.net/npm/d3@7/+esm";
Tabulator.registerModule([SelectRowModule])

const EXAMPLE_DATA = [
{ id: "tcga_reports", path: "/ese/data/tcga_reports.json.zip", colorBy: "cancer_type"},
{ id: "tcga_reports", path: "/ese/data/tcga_reports_tsne.json.zip", colorBy: "cancer_type"},
// { id: "tcga_reports_verbose", path: "/ese/data/tcga_reports_verbose.json.zip", colorBy: "cancer_type" },
{ id: "tcga_reports_verbose", path: "/ese/data/tcga_reports_verbose_tsne.json.zip", colorBy: "cancer_type" },
{ id: "soc_codes", path: "/ese/data/soc_code_jobs.json.zip" }
{ id: "soc_codes", path: "/ese/data/soc_code_jobs_tsne.json.zip" }
]

const CONSTANTS = {
Expand Down

0 comments on commit 528f2cc

Please sign in to comment.