-
What should go in the model adapter in the field
Genes in yaml file:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
The UniProt page seems to show the NCBI Gene identifiers under the Genome annotation databases heading, as GeneID (in your example, it is "23074"). And then here is indicated that these annotations will be returned when specifying 'xref_geneid'. So this should do the trick:
|
Beta Was this translation helpful? Give feedback.
-
Thanks @PkiwiBird for confirming that this discussion may be closed. |
Beta Was this translation helpful? Give feedback.
The UniProt page seems to show the NCBI Gene identifiers under the Genome annotation databases heading, as GeneID (in your example, it is "23074"). And then here is indicated that these annotations will be returned when specifying 'xref_geneid'. So this should do the trick:
obj.params.uniprot.geneIDfield = 'xref_geneid';