User: Anima Mundi
Anima Mundi • 2.4k
- Reputation:
- 2,380
- Status:
- Trusted
- Location:
- Italy
- Last seen:
- 16 hours ago
- Joined:
- 8 years ago
- Email:
- p***************@alice.it
Posts by Anima Mundi
<prev
• 320 results •
page 1 of 32 •
next >
0
votes
0
answers
102
views
0
answers
... Dears,
I have an mRNA sequence stored as a local file. I retrieved it from GenBank in late 2016 (ID: XM_014915109.1). I just found out that the sequence now appears to be different, but apparently nothing in its GenBank page notifies there were changes after 2016. While it is of course possible tha ...
written 9 weeks ago by
Anima Mundi • 2.4k
0
votes
2
answers
319
views
2
answers
... Hello, in your shoes I probably would:
a) [retrieve all NCBI sequences for your *taxon*][1] in GenBank format
b) search for each gene description in your GenBank database (e.g. in the "Official Full Name" field)
c) fetch the corresponding gene symbol (i.e. in the "Official Symbol" field)
Hope th ...
written 4 months ago by
Anima Mundi • 2.4k
1
vote
4
answers
247
views
4
answers
... A Python 2.7 solution:
import sys
header = ''
seq = ''
j = 0
for line in open(sys.argv[1]):
j += 1
n = 0
for line in open(sys.argv[1]):
n += 1
if line[0] == '>':
print seq
seq = ''
for char in ...
written 4 months ago by
Anima Mundi • 2.4k
0
votes
3
answers
3.9k
views
3
answers
... Hi jleandroj,
When asked to enter the subject, you should copy-paste the genome sequence from its FASTA (or whatever sequence you want to parse for occurrences of the first one). Please just note that, as it is, the script is case-sensitive and does not allow newlines. Hope this helps. ...
written 4 months ago by
Anima Mundi • 2.4k
0
votes
1
answer
305
views
1
answers
... Assuming you performed your PCR on cDNA, checking for amplicons from genome is merely a way to check for potential sources of genomic contamination. Doing this using your whole amplicon would just return genomic locations in which your full amplicon (or something thereof) is present, if any. For ins ...
written 8 months ago by
Anima Mundi • 2.4k
0
votes
1
answer
305
views
1
answers
... Hello,
a rapid way to do that is to:
1) reverse-complement (RC) your right primer
2) build your subject database as a FASTA file (if needed)
3) go to [NCBI nucleotide BLAST][1]
4) paste your left primer, type a series of Ns right next to it, then paste your RC right primer
5) load your databas ...
written 8 months ago by
Anima Mundi • 2.4k
0
votes
2
answers
458
views
2
answers
Comment:
C: transition to bioinformatics
... Hi, just a quick comment.
> But I really want this, I really like it.
Just roll with it ;)
Nowadays there is a strong need for bioinformaticians, if you happen to have a strong interest for bioinformatics and you are fresh from a degree in biology then you are in luck, in my opinion. ...
written 8 months ago by
Anima Mundi • 2.4k
0
votes
1
answer
255
views
1
answers
Comment:
C: Change nexus textlabels
... Yep, indeed the script was simply meant to help you re-format your list IDs, as you originally requested. If you want to get some help then... you should help people to help you! For instance, in the original question at least you were pointing out to one example ID. That said, unfortunately I am no ...
written 8 months ago by
Anima Mundi • 2.4k
1
vote
1
answer
255
views
1
answers
Comment:
C: Change nexus textlabels
... Well, this was meant to reply to an original question, now missing -.-'' ...
written 8 months ago by
Anima Mundi • 2.4k
0
votes
1
answer
255
views
1
answers
Answer:
A: Change nexus textlabels
... Hi, if you want to try replacing headers, this should do the job (Python 2.7 script, takes the two list filenames as arguments):
import sys
listA = []
listB = []
for line in open(sys.argv[1]):
listA.append(line.replace('\n',''))
for line in open(sys.argv[2 ...
written 8 months ago by
Anima Mundi • 2.4k
Latest awards to Anima Mundi
Popular Question
9 weeks ago,
created a question with more than 1,000 views.
For NCBI is going to eliminate GI identifiers
Popular Question
12 weeks ago,
created a question with more than 1,000 views.
For NCBI is going to eliminate GI identifiers
Popular Question
5 months ago,
created a question with more than 1,000 views.
For Transcriptome Microarray Database
Popular Question
6 months ago,
created a question with more than 1,000 views.
For Transcriptome Microarray Database
Epic Question
6 months ago,
created a question with more than 10,000 views.
For How To Use Bedtools To Extract Promoters From A Mouse Bed File
Epic Question
6 months ago,
created a question with more than 10,000 views.
For How To Use Bedtools To Extract Promoters From A Mouse Bed File
Popular Question
7 months ago,
created a question with more than 1,000 views.
For How To Download All The Introns From Ensembl
Scholar
9 months ago,
created an answer that has been accepted.
For A: Retrieving RNA sequence from corresponding genomic coordinates
Great Question
11 months ago,
created a question with more than 5,000 views.
For How To Use Bedtools To Extract Promoters From A Mouse Bed File
Popular Question
11 months ago,
created a question with more than 1,000 views.
For How To Use Bedtools To Extract Promoters From A Mouse Bed File
Popular Question
11 months ago,
created a question with more than 1,000 views.
For Meme-Suite Is Down... Does Anybody Know What'S Happening?
Popular Question
11 months ago,
created a question with more than 1,000 views.
For How To Use Bedtools To Extract Promoters From A Mouse Bed File
Popular Question
12 months ago,
created a question with more than 1,000 views.
For How To Use Bedtools To Extract Promoters From A Mouse Bed File
Great Question
12 months ago,
created a question with more than 5,000 views.
For How To Use Bedtools To Extract Promoters From A Mouse Bed File
Commentator
13 months ago,
created a comment with at least 3 up-votes.
For C: Should Fasta Be Capitalized?
Popular Question
14 months ago,
created a question with more than 1,000 views.
For How To Use Bedtools To Extract Promoters From A Mouse Bed File
Popular Question
14 months ago,
created a question with more than 1,000 views.
For How To Use Bedtools To Extract Promoters From A Mouse Bed File
Teacher
14 months ago,
created an answer with at least 3 up-votes.
For A: Is A Gap At The Same Position In Query And Template Possible?
Popular Question
15 months ago,
created a question with more than 1,000 views.
For How To Use Bedtools To Extract Promoters From A Mouse Bed File
Popular Question
15 months ago,
created a question with more than 1,000 views.
For How To Display Old Assemblies Of The Mouse Genome In The Ensembl Genome Browser
Good Answer
15 months ago,
created an answer that was upvoted at least 5 times.
For A: Is A Gap At The Same Position In Query And Template Possible?
Popular Question
15 months ago,
created a question with more than 1,000 views.
For Meme-Suite Is Down... Does Anybody Know What'S Happening?
Librarian
19 months ago,
created a post with more than 10 bookmarks.
For Useful Bash Commands To Handle Fasta Files
Popular Question
19 months ago,
created a question with more than 1,000 views.
For Gene Coordinates For A Gene Family Members From The Mouse Genome
Great Question
20 months ago,
created a question with more than 5,000 views.
For How To Use Bedtools To Extract Promoters From A Mouse Bed File
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 1242 users visited in the last hour