Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generic assay normalized table and views #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jagnathan
Copy link

generic assay normalized table and views
cgds.sql has new table in cbioportal mysql database. new view expects the new table. clickhouse table is based on MergeTree and can also be created from cbioportal view.

generic assay normalized table and views
cgds.sql has new table in cbioportal mysql database. new view expects the new table. clickhouse table is based on MergeTree and  can also be created from cbioportal view.
Copy link
Owner

@pvannierop pvannierop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The view would need to include logic to split the values on the comma and add individual values as rows in the view. This is possible, but more difficult. Something like this:
http://www.marcogoncalves.com/mysql-split-column-string-into-rows/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants