User: st.ph.n
st.ph.n • 2.6k
- Reputation:
- 2,580
- Status:
- Trusted
- Location:
- Philadelphia, PA
- Last seen:
- 1 year, 2 months ago
- Joined:
- 7 years ago
- Email:
- t*******@temple.edu
Posts by st.ph.n
<prev
• 562 results •
page 1 of 57 •
next >
0
votes
0
answers
351
views
0
answers
Comment:
C: Biopython PRANK Alignment
... You have the command, but did you run it? Add another line with `prank_cline()` ...
written 18 months ago by
st.ph.n • 2.6k
0
votes
2
answers
4.5k
views
2
answers
... List your files in a text file. If they are all in a folder called raw, and you want to run from there, the filenames in the SE_files.txt would be raw/*prefix*.fastq.gz. The point is you're putting the command in a bash script, and then looping through each line (file) in the text one at a time.
S ...
written 21 months ago by
st.ph.n • 2.6k
0
votes
1
answer
719
views
1
answers
Comment:
C: Plotting Bar charts in R
... Do you have to use R? ...
written 21 months ago by
st.ph.n • 2.6k
1
vote
1
answer
690
views
1
answers
... for file in *.sam; do
samtools view -S -b $file > "`basename $file .sam`.bam"
done ...
written 22 months ago by
st.ph.n • 2.6k
0
votes
1
answer
528
views
1
answers
... Can you post more snippets of your script? ...
written 22 months ago by
st.ph.n • 2.6k
1
vote
3
answers
490
views
3
answers
... #!/usr/bin/env python
import sys
with open(sys.argv[1], 'r') as f:
for line in f:
for n in range(len(line.strip().split('\t')[1].split(','))):
print line.strip().split('\t')[0] + 't' + line.strip().split('\t')[1].split(',')[n]
Save as `go_tab. ...
written 22 months ago by
st.ph.n • 2.6k
0
votes
0
answers
781
views
0
answers
... You can use the [Trinity][1] pipeline to align your SE/PE reads back to the transcriptome you assembled, which used Bowtie for alignment. The subsequent BAM files will be used to quantify abundance estimates.
[1]: https://github.com/trinityrnaseq/trinityrnaseq/wiki/Trinity-Transcript-Quantifica ...
written 2.3 years ago by
st.ph.n • 2.6k
0
votes
0
answers
952
views
0
answers
... You can make any fasta into a blast database with `makeblastdb` ...
written 2.6 years ago by
st.ph.n • 2.6k
0
votes
2
answers
4.5k
views
2
answers
Comment:
C: tab to fasta file conversion
... *Try something*-there are multiple solutions. If you get stuck, post your efforts and errors. ...
written 2.7 years ago by
st.ph.n • 2.6k
1
vote
0
answers
450
views
0
answers
... > Since i am new to perl. Can anybody help me out with that?
If you post what you've tried, someone knowledgeable in Perl (if you *need* to use Perl) can help you figure out what might be wrong with your code. ...
written 2.7 years ago by
st.ph.n • 2.6k
Latest awards to st.ph.n
Commentator
15 months ago,
created a comment with at least 3 up-votes.
For C: Removing a chromosome from a fasta file
Good Answer
16 months ago,
created an answer that was upvoted at least 5 times.
For A: perl script for concatenating (multiple fasta sequences in a single file), creat
Appreciated
16 months ago,
created a post with more than 5 votes.
For A: perl script for concatenating (multiple fasta sequences in a single file), creat
Epic Question
16 months ago,
created a question with more than 10,000 views.
For Upper Triangular Matrix From Array --Python
Great Question
18 months ago,
created a question with more than 5,000 views.
For edirect: Entrez Unix Command line
Teacher
20 months ago,
created an answer with at least 3 up-votes.
For A: Simple amino acid polymorphism count
Appreciated
21 months ago,
created a post with more than 5 votes.
For A: perl script for concatenating (multiple fasta sequences in a single file), creat
Epic Question
21 months ago,
created a question with more than 10,000 views.
For Upper Triangular Matrix From Array --Python
Popular Question
22 months ago,
created a question with more than 1,000 views.
For Python - Joining Overlapping DNA sequences
Teacher
23 months ago,
created an answer with at least 3 up-votes.
For A: Simple amino acid polymorphism count
Great Question
2.0 years ago,
created a question with more than 5,000 views.
For Upper Triangular Matrix From Array --Python
Popular Question
2.1 years ago,
created a question with more than 1,000 views.
For Python - Joining Overlapping DNA sequences
Teacher
2.3 years ago,
created an answer with at least 3 up-votes.
For A: single line fasta to mult line fasta
Great Question
2.4 years ago,
created a question with more than 5,000 views.
For Upper Triangular Matrix From Array --Python
Popular Question
2.4 years ago,
created a question with more than 1,000 views.
For Python - Joining Overlapping DNA sequences
Popular Question
2.5 years ago,
created a question with more than 1,000 views.
For Python - Joining Overlapping DNA sequences
Popular Question
2.6 years ago,
created a question with more than 1,000 views.
For Python - Joining Overlapping DNA sequences
Scholar
2.7 years ago,
created an answer that has been accepted.
For A: Using Trinity with case/control data
Teacher
2.7 years ago,
created an answer with at least 3 up-votes.
For A: single line fasta to mult line fasta
Scholar
2.9 years ago,
created an answer that has been accepted.
For A: Using Trinity with case/control data
Scholar
3.0 years ago,
created an answer that has been accepted.
For A: Using Trinity with case/control data
Appreciated
3.1 years ago,
created a post with more than 5 votes.
For A: perl script for concatenating (multiple fasta sequences in a single file), creat
Good Answer
3.1 years ago,
created an answer that was upvoted at least 5 times.
For A: perl script for concatenating (multiple fasta sequences in a single file), creat
Teacher
3.1 years ago,
created an answer with at least 3 up-votes.
For A: single line fasta to mult line fasta
Scholar
3.1 years ago,
created an answer that has been accepted.
For A: Using Trinity with case/control data
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 2310 users visited in the last hour