-
Notifications
You must be signed in to change notification settings - Fork 0
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
SGD chemical phenotypes #3
Comments
Hi @matentzn, is it true that the CHEBI ID does need to be included in the 'resistance to chemicals' phenotypes for them to be accurately represented. is that what you are asking? i don't have input regarding format of your statement (SGD:S000000854 --[has phenotype]--> APO:0000087 (resistance to chemicals) and 'characteristic of' some CHEBI:78661 and 'has modifier' some APO:0000003 (decreased)) because i don't know the usage/formatting rules. |
@srengel thanks, that is what we thought! Great, thank you! Thats all we needed to know! |
cc @kevinschaper! |
Hi @srengel! I think we’re trying to tease out how the chemical is involved. Is it that HOM3 has a decreased chemical resistance phenotype in the context of environmental exposure to borrelidin, or that HOM3 has a decreased resistance to borrelidin phenotype? |
I was hoping the meaning is: HOM3 expression |
No, this is not correct, it does not mean this. SGD phenotypes are always MUTANT phenotypes. the type of mutant must also be indicated. the Alliance phenotype records are incomplete for yeast because they do not accommodate the mutant_type information. in the example in this ticket, @kevinschaper the [some mutant_type] of HOM3 has decreased resistance to borrelidin relative to wild-type the mutant_types are these: APO:0000007 misexpression |
Oh! that's super helpful, thank you @srengel! Are the gene to phenotype associations with mutant type downloadable directly from SGD? |
oh yes!, the entire set of phenotype data can be accessed via YeastMine: https://yeastmine.yeastgenome.org/yeastmine/template.do?name=Phenotype_Tab_New&scope=all |
Hi @srengel, just picking this back up again. It looks like yeast mine.yeastgenome.org isn't responding anymore. Do you have an updated url? |
Hi @kevinschaper we had to shut down YeastMine due to funding cuts. the entire set of SGD phenotype data can be accessed via the SGD downloads site at this url: http://sgd-archive.yeastgenome.org/curation/literature/phenotype_data.tab the file is updated weekly on Friday nights. |
Hi @srengel, would you consider adding APO & CHEBI identifiers to that file? I think my pipeline is likely to be a bit error prone if I have to extract names to convert them to identifiers. |
The alliance SGD records have many entries like:
You can find the corresponding SGD record here:
https://www.yeastgenome.org/chemical/CHEBI:78661#phenotype
To extract our g2p faithfully, I think we need to do not only take into account the phenotype statement, but also the experimental conditions. So, we do not just do what we usually do:
SGD:S000000854
--[has phenotype]-->APO:0000087 (resistance to chemicals) and 'has modifier' some APO:0000003 (decreased)
but we do the following:
SGD:S000000854
--[has phenotype]-->APO:0000087 (resistance to chemicals) and 'characteristic of' some CHEBI:78661 and 'has modifier' some APO:0000003 (decreased)
Please confirm.
The text was updated successfully, but these errors were encountered: