-
Notifications
You must be signed in to change notification settings - Fork 31
codon sequence optimization for multiple species #29
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the solution you'd like
Can CodonTransformer perform codon sequence optimization for multiple species simultaneously? How should this be done?
Additional context
# Load model and tokenizer
tokenizer = AutoTokenizer.from_pretrained("adibvafa/CodonTransformer")
model = BigBirdForMaskedLM.from_pretrained("adibvafa/CodonTransformer").to(device)
# Set your input data
protein = "MALWMRLLPLLALLALWGPDPAAAFVNQHLCGSHLVEALYLVCGERGFFYTPKTRREAEDLQVGQVELGG"
organism = "Escherichia coli general" + "Saccharomyces cerevisiae"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request