-
Notifications
You must be signed in to change notification settings - Fork 537
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
[Mutations tab] add gene column to downloaded file from mutations table #10932
[Mutations tab] add gene column to downloaded file from mutations table #10932
Comments
can you assign this issue to me |
Hi @jjgao, I’m interested in taking on this issue to add a gene column to the downloaded mutation files. My approach would involve using Node.js and Express for handling the server-side functionality and leveraging the fs module for file manipulation. I believe this will enhance data usability for users. If this aligns with the project’s direction, please assign the issue to me. Looking forward to your feedback! Best, |
I am interested please assign this issue to me |
Hi @jjgao, |
Currently gene name is not in the table. After downloading data for multiple genes, you would have to figure out which file is for which gene. There are two options - either would work:
Option 1 would be preferable (e.g. users may want to combine data together) if it won't add too much technical complexity.
The text was updated successfully, but these errors were encountered: