Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: dictionaries and list as values
Post: RE: dictionaries and list as values

So I have an dictionary that looks something like this: Output:{'1arcH': ['DKATIPSESPF', 'KATIPSESPFA', 'ATIPSESPFAA', 'TIPSESPFAAA']'1aabH': ['GVSGSCNIDVV', 'VSGSCNIDVVC', 'SGSCNIDVVCP', 'GSCNIDVVC...
Pippi Homework 6 3,491 Apr-12-2019, 07:38 AM
    Thread: dictionaries and list as values
Post: RE: dictionaries and list as values

Thank you, I will try that approach **smile** What I mean by not having the same sequence id, is that I need to make sure that the random sequence pair , the two sequences are not from the same li...
Pippi Homework 6 3,491 Apr-12-2019, 07:23 AM
    Thread: dictionaries and list as values
Post: dictionaries and list as values

So I have an assignment where I have a sequence id's as a key in a dictionary and the values are lists of sequences of a certain length associated with a particular ID. What I need to do is to go thro...
Pippi Homework 6 3,491 Apr-12-2019, 06:52 AM
    Thread: Help to understand output
Post: Help to understand output

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('...
Pippi Homework 1 1,860 Jan-20-2019, 08:59 AM
    Thread: Finding and storing all string with character A at middle position
Post: RE: Finding and storing all string with character ...

Thank you, I got it to work :)
Pippi Homework 2 2,698 Jan-20-2019, 08:23 AM
    Thread: Finding and storing all string with character A at middle position
Post: Finding and storing all string with character A at...

Hi, I need to find all strings that have particular characters at a certain index and store those words in a list. Eg; I want to find all strings that have A at index 4. I have tried to do this, but...
Pippi Homework 2 2,698 Jan-19-2019, 06:11 PM

User Panel Messages

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