User: Xtof
Xtof • 170
- Reputation:
- 170
- Status:
- Trusted
- Location:
- Paris
- Last seen:
- 2 years, 4 months ago
- Joined:
- 9 years, 8 months ago
- Email:
- c*****************@gmail.com
Posts by Xtof
<prev
• 7 results •
page 1 of 1 •
next >
0
votes
0
answers
857
views
0
answers
... PERMANENT ENGINEER POSITION
JOB DESCRIPTION
Applications are invited for a permanent engineer position at the Institut Pasteur of Paris (France) in the Statistical Genetics group. The engineer will work closely with researchers from the group and with collaborators from the Center of Bioinformati ...
written 2.4 years ago by
Xtof • 170
0
votes
0
answers
1.5k
views
0
answers
... Ten permanent positions in Bioinformatics and Biostatistics
Bioinformatics, biostatistics and integrative biology have emerged as strategic priorities for the Institut Pasteur. A new “Center for Bioinformatics, Biostatistics and Integrative Biology” (C3BI – https://c3bi.pasteur.fr) has been create ...
written 3.9 years ago by
Xtof • 170
5
votes
0
answers
4.0k
views
0
answers
... The new direction of Institut Pasteur has defined bioinformatics and systems biology as strategic priorities. A « Center for Bioinformatics, Biostatistics and Integrative Biology » has been recently created on the Parisian Campus. The objective of this center is to federate and strengthen capacities ...
written 4.7 years ago by
Xtof • 170
0
votes
1
answer
2.0k
views
1
answers
... Hi
You can try using the software CRAC (http://crac.gforge.inria.fr/). It is a mapping software specially designed for finding fusion.
I saw it in a meeting last week and it seemed quite performant.
...
written 6.2 years ago by
Xtof • 170
2
votes
7
answers
5.8k
views
7
answers
... If the reads are on the reverse strand you won't have the 5' end but the 3' end. In that case you'll have to add the read length to the 3' end position to get the 5'end position
...
written 6.3 years ago by
Xtof • 170
3
votes
3
answers
3.8k
views
3
answers
... Hi Arron
I don't use Biopython but I think that for the first sequence of your fasta file for example r.id gives you "gnl|TC-DB|P0A334".
But into the id file only the last part is written. So I think you have to split your r.id if you want it to match to the id file
records = (r for r in SeqIO.pa ...
written 6.7 years ago by
Xtof • 170
7
votes
3
answers
2.4k
views
3
answers
... Hi
I'm not sure why it doesn't work, but you might consider using a regular expression instead
import re
pattern = re.compile('[KR][^P]') #it is the regular expression. it means K or R and follow by anything but P
peptides = pattern.split(sequence) #the split method split on the re you define just ...
written 6.8 years ago by
Xtof • 170
• updated
6.8 years ago by
Damian Kao ♦ 15k
Latest awards to Xtof
Popular Question
4.6 years ago,
created a question with more than 1,000 views.
For 10 permanent positions for bioinformaticians or biostatisticians at the Institute Pasteur, Paris, France
Appreciated
4.7 years ago,
created a post with more than 5 votes.
For A: Problems With A Python Script Used To Simulate Protein Cutting By Trypsin
Appreciated
5.7 years ago,
created a post with more than 5 votes.
For A: Problems With A Python Script Used To Simulate Protein Cutting By Trypsin
Good Answer
5.7 years ago,
created an answer that was upvoted at least 5 times.
For A: Problems With A Python Script Used To Simulate Protein Cutting By Trypsin
Teacher
5.7 years ago,
created an answer with at least 3 up-votes.
For A: Find Sequences In Fasta File From List Of Id'S
Teacher
5.7 years ago,
created an answer with at least 3 up-votes.
For A: Problems With A Python Script Used To Simulate Protein Cutting By Trypsin
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 1412 users visited in the last hour