When initializing a ProteinSequence via the from_ncbi method from an u
UniProt ID, information is incomplete. For instance, the coding sequence reference is missing.
UniProt offers a REST-API for protein entries, including information on protein activity, references to alphafoldBD, and GenBank.
I think the data model should be extended to capture these information and all references to other databases.
When initializing a
ProteinSequence
via thefrom_ncbi
method from an u UniProt ID, information is incomplete. For instance, the coding sequence reference is missing.UniProt offers a REST-API for protein entries, including information on protein activity, references to alphafoldBD, and GenBank.
I think the data model should be extended to capture these information and all references to other databases.