Reputation: 11
Biopython noob here, I'm trying to create a program that uses the Biopython package Alphabet and alphabet module IUPAC to write out the letters of the classes listed to a file called alphabetSoupOuput.txt.
Each group of letters should be written to its single line in the output file and the letters should be separated by commas. The line before each group of letters should contain a label that describes the letters and has a # in the first position of that line, e.g.
Three Letter Protein
Ala, Asx, Cys, ..., Glx
Protein Letters A, C, D, E, ..., Y
How can I do this?
Upvotes: 1
Views: 717
Reputation: 395
This was answered on the BioStar StackExchange:
http://biostar.stackexchange.com/questions/8370/working-with-alphabet-soup
http://biostar.stackexchange.com/questions/8371/extracting-data-from-classes-in-python
Upvotes: 1