Python Forum
Help to understand output
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help to understand output
#1
Hi, I have loaded a lot of files under one variable. The output looks like this:

[Seq('KATIPSESP', ProteinAlphabet()), Seq('PSESPFAAA', ProteinAlphabet())]
[Seq('ASRLLLNNG', ProteinAlphabet()), Seq('SRLLLNNGA']
I need to compare the different list, but I am unsure how to do that because I am unsure of the output. Everything I do, is done to each list. Eg:

print(protein[1][0]) 
Output:
K A
Help?

Thanks in advance :)
Reply
#2
Could you provide more of the code? This is a bit too scant to troubleshoot.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  I experimented with a loop, and I don't understand how I got my output thinwheats 7 2,901 Mar-18-2020, 07:33 PM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020