Skip to content

Commit

Permalink
Add more columns.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenjoseph committed Jul 1, 2024
1 parent cd29323 commit c02d136
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions aiondata/raw/uniprot.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,24 @@ def __init__(self, source: str = SOURCE):
"DE": "Protein Description",
"GN": "Gene Name",
"OS": "Organism Species",
"OC": "Organism Classification",
"OX": "Organism Taxonomy Cross-reference",
"OH": "Organism Host",
"RN": "Reference Number",
"RP": "Reference Position",
"RX": "Reference Cross-reference",
"RA": "Reference Author(s)",
"RT": "Reference Title",
"RL": "Reference Location",
"CC": "Comments",
"DR": "Database Cross-references",
"PE": "Protein Existence",
"KW": "Keywords",
"FT": "Feature Table",
"SQ": "Sequence Data",
"RC": "Reference Comment",
"RG": "Reference Group",
"OG": "Organelle",
}

def to_generator(self):
Expand Down

0 comments on commit c02d136

Please sign in to comment.