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

Implement gene symbol list #134

Open
tanyasg opened this issue Jun 26, 2021 · 2 comments
Open

Implement gene symbol list #134

tanyasg opened this issue Jun 26, 2021 · 2 comments
Assignees

Comments

@tanyasg
Copy link
Collaborator

tanyasg commented Jun 26, 2021

Multi-edit gene symbols are currently stored like this:
image
The Main_gene_symbol gets displayed in the cell line table view:
image
and the Main_gene_symbol1, 2, and 3 are displayed here:
image

Goal is to remove the redundancy and convert Main_gene_symbol to store a list that gets used to populate both the entry in the cell line table view and the individual line view. New implementation should work for both single gene edit lines and multi-gene edit lines like the example above

@TravisKroeker
Copy link

What would be the impact of this change? How much work would it be? Would there be any front end changes? Should we maintain this ticket?

@meganrm
Copy link
Collaborator

meganrm commented Oct 18, 2023

Yeah, it would make storing data easier, ie each gene combination isn't a new thing, just a combination of existing genes. It would be small front end change, but I think we should do it for 2.0 because I already have ideas about storing the gene/protein info separately

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

No branches or pull requests

4 participants