You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be an update to https://github.com/monarch-initiative/alliance-genotype-ingest/ rather than a whole new modular ingest. (in fact, there's commented out code for genotype to variant associations). Which may mean also needing to bring in allele to gene associations from an additional file.
It should probably pull from https://www.alliancegenome.org/downloads#variants-alleles for allele to gene (AlleleId, AlleleAssociatedGeneId), while the allele to genotype is found in the AGM files used in the allance-genotype-ingest already
I think the allele nodes will likely also be able to come from the variants-alleles file, using AlleleId, AlleleSymbol, AlleleSynonyms, VariantsTypeId.
I'm initially examining this by looking at the zebrafish file, and I'm seeing some odd looking concatenated pub IDs in the VariantInformationReference
This may be an update to https://github.com/monarch-initiative/alliance-genotype-ingest/ rather than a whole new modular ingest. (in fact, there's commented out code for genotype to variant associations). Which may mean also needing to bring in allele to gene associations from an additional file.
It should probably pull from https://www.alliancegenome.org/downloads#variants-alleles for allele to gene (AlleleId, AlleleAssociatedGeneId), while the allele to genotype is found in the AGM files used in the allance-genotype-ingest already
I think the allele nodes will likely also be able to come from the variants-alleles file, using AlleleId, AlleleSymbol, AlleleSynonyms, VariantsTypeId.
I'm initially examining this by looking at the zebrafish file, and I'm seeing some odd looking concatenated pub IDs in the
VariantInformationReference
The concatenation is weird, but I think it would work fine to extract
PMID:[\d]+
and just ignore the ZDB-PUB IDs, since they appear to be pointing to the same publications. (https://zfin.org/ZFIN:ZDB-PUB-231023-61 links to http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=search&db=PubMed&dopt=Abstract&term=37868296 for example)The text was updated successfully, but these errors were encountered: