User: cschu181
cschu181 • 2.5k
- Reputation:
- 2,550
- Status:
- Trusted
- Location:
- Last seen:
- 15 hours ago
- Joined:
- 7 years, 4 months ago
- Email:
- c********@gmail.com
about me
Posts by cschu181
<prev
• 423 results •
page 1 of 43 •
next >
0
votes
0
answers
200
views
0
answers
Comment:
C: from protein to tRNA combinations
... Maybe it's an extra level of complexity in the task (or a misunderstanding). ...
written 29 days ago by
cschu181 • 2.5k
1
vote
0
answers
200
views
0
answers
Comment:
C: from protein to tRNA combinations
... Ouch, of course, it should be `*`, good spot, thanks!
Just, fyi `codon_table.get(aa, 0)` returns `0` if `aa` is not in the table instead of erroring out.
Re your other suggestions -- yea, second those! Except if we have an `M`-polymer or `W`-polymer with length < 5001 :) ...
written 29 days ago by
cschu181 • 2.5k
0
votes
0
answers
200
views
0
answers
Comment:
C: from protein to tRNA combinations
... What's the error you're getting?
I'd do something like this:
codon_table = {"M": ["AUG"], "P": ["CCA", "CCC", "CCG", "CCU"], ...}
for record in protein:
n_combinations = 0
for aa in record.seq:
n_combinations *= codon_table.get(aa, 0)
if n_combinati ...
written 29 days ago by
cschu181 • 2.5k
0
votes
0
answers
200
views
0
answers
Comment:
C: from protein to tRNA combinations
... > I'm really thankful, and sorry to pull this, I know It's probably lame, I just thought i could find some help if i can
No worries, I just asked for the purpose of understanding how to better help you with this. Have a look at _r_am's answer below (even if it is struck through).
Build yoursel ...
written 4 weeks ago by
cschu181 • 2.5k
1
vote
0
answers
200
views
0
answers
Comment:
C: from protein to tRNA combinations
... The bottom six lines don't look correctly indented.
What Asaf was trying to tell you: in Python the indentation of code blocks is an essential part of the control flow. If you don't indent correctly, the code might work but would potentially do wrong things. In other programming languages this is ...
written 4 weeks ago by
cschu181 • 2.5k
0
votes
0
answers
200
views
0
answers
Comment:
C: from protein to tRNA combinations
... > a protein sequence that needs all possible combinations of tRNAs that it can be converted to
I assume you mean codons (or anticodons) instead of tRNAs?
Concerning your code: I'm sorry, but it doesn't seem to make sense. Can you explain what your approach to the problem is and what you think y ...
written 4 weeks ago by
cschu181 • 2.5k
1
vote
0
answers
216
views
0
answers
Comment:
C: Mutation Rate in Python
... In your loop:
row = list(map(int, row))
print(1 - max(row) / sum(row))
Edit: Note: the text (esp. the code) of the question appears to have changed since the initial posting, so this comment doesn't seem to make sense any more. ...
written 11 weeks ago by
cschu181 • 2.5k
1
vote
1
answer
258
views
1
answers
Comment:
C: Setting up BUSCO well
... https://gitlab.com/ezlab/busco/-/issues/342 ...
written 12 weeks ago by
cschu181 • 2.5k
0
votes
0
answers
197
views
0
answers
... Indeed, instead of the `return False` you'd `raise BadSequenceException(x + " is not a valid nucleobase")` (or something like that).
In addition to that, do you really want to add the empty sequence (upon encountering the first sequence header `>`) to the set of sequences? ...
written 12 weeks ago by
cschu181 • 2.5k
0
votes
1
answer
258
views
1
answers
Comment:
C: Setting up BUSCO well
... OP needs to be careful, though, what a successful testrun means. With a previous BUSCO version, I once had the .odb databases unreachable due to filesystem permissions. Did that stop BUSCO from running? No, it just ran everything against the integrated mouse (I think it was mouse) database. It repor ...
written 12 weeks ago by
cschu181 • 2.5k
Latest awards to cschu181
Voter
4 months ago,
voted more than 100 times.
Scholar
5 months ago,
created an answer that has been accepted.
For A: Simple python script to convert ambiguity codes
Commentator
6 months ago,
created a comment with at least 3 up-votes.
For C: Why bioinformaticians need to know programming languages?
Scholar
9 months ago,
created an answer that has been accepted.
For A: Simple python script to convert ambiguity codes
Teacher
9 months ago,
created an answer with at least 3 up-votes.
For A: Simple python script to convert ambiguity codes
Scholar
10 months ago,
created an answer that has been accepted.
For A: Simple python script to convert ambiguity codes
Teacher
10 months ago,
created an answer with at least 3 up-votes.
For A: Simple python script to convert ambiguity codes
Teacher
10 months ago,
created an answer with at least 3 up-votes.
For A: Simple python script to convert ambiguity codes
Scholar
10 months ago,
created an answer that has been accepted.
For A: Simple python script to convert ambiguity codes
Commentator
11 months ago,
created a comment with at least 3 up-votes.
For C: Why bioinformaticians need to know programming languages?
Teacher
13 months ago,
created an answer with at least 3 up-votes.
For A: Simple python script to convert ambiguity codes
Scholar
13 months ago,
created an answer that has been accepted.
For A: Simple python script to convert ambiguity codes
Scholar
15 months ago,
created an answer that has been accepted.
For A: Simple python script to convert ambiguity codes
Teacher
16 months ago,
created an answer with at least 3 up-votes.
For A: Simple python script to convert ambiguity codes
Scholar
16 months ago,
created an answer that has been accepted.
For A: Simple python script to convert ambiguity codes
Teacher
16 months ago,
created an answer with at least 3 up-votes.
For A: Simple python script to convert ambiguity codes
Teacher
18 months ago,
created an answer with at least 3 up-votes.
For A: Simple python script to convert ambiguity codes
Teacher
19 months ago,
created an answer with at least 3 up-votes.
For A: Simple python script to convert ambiguity codes
Scholar
19 months ago,
created an answer that has been accepted.
For A: Simple python script to convert ambiguity codes
Good Answer
21 months ago,
created an answer that was upvoted at least 5 times.
For A: Getting PFAM database
Teacher
22 months ago,
created an answer with at least 3 up-votes.
For A: Simple python script to convert ambiguity codes
Scholar
22 months ago,
created an answer that has been accepted.
For A: Simple python script to convert ambiguity codes
Scholar
2.5 years ago,
created an answer that has been accepted.
For A: Simple python script to convert ambiguity codes
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 2013 users visited in the last hour