-
Notifications
You must be signed in to change notification settings - Fork 3
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
Make expression files match submission format #1059
Comments
The PBO terms in the file are just "RNA level" and "protein level" so we can probably just remove the "term_id" column. |
I wonder why we added it, since we have the "type" in column 3? |
Are we looking at the same file? |
Sorry I'm confusing with the input file. I agree, we don't need the ID column since the type is expicit in "term name". SInce this coumn woud no longer be an "mini ontology" term (ony required for chado), it might be better to also relabel the column term_name to "type" so that it matches the coumn with the same data in the submission files? https://www.pombase.org/documentation/qualitative-gene-expression-data-bulk-upload-format Since it's expression data, that the data will be "x level" can be assumed. So maybe we ony need to export Also we call it "gene expression data", that shoud be more generically "expression data" It's probably easier to chat about this... |
I've removed the unhelpful "term_id" column from the output file. |
The decision is make the output file(s) match the input file format which is described here: https://www.pombase.org/documentation/qualitative-gene-expression-data-bulk-upload-format https://www.pombase.org/documentation/quantitative-gene-expression-data-bulk-upload-format |
Note to self: change code that draws the violin plots and change configuration for columns in advanced search and table download |
We have some expression files
https://www.pombase.org/data/releases/latest/misc/gene_expression_table.tsv
but the export format seems to include and internal ID (PBO) which should be exported as the correct relation
to match the format described here
https://www.pombase.org/documentation/quantitative-gene-expression-data-bulk-upload-format
and here
https://www.pombase.org/documentation/qualitative-gene-expression-data-bulk-upload-format
(note currently I think that only quantitative are exported)
@afg1
The text was updated successfully, but these errors were encountered: