User: Biojl
Biojl • 1.7k
- Reputation:
- 1,690
- Status:
- Trusted
- Location:
- Barcelona
- Scholar ID:
- Google Scholar Page
- Last seen:
- 1 year, 2 months ago
- Joined:
- 8 years, 11 months ago
- Email:
- j********@gmail.com
Posts by Biojl
<prev
• 201 results •
page 1 of 21 •
next >
0
votes
1
answer
444
views
1
answers
... I am able to generate the pyham_analysis object but one of the things I want to do is generate a TreeProfile for a specific HOG as explained here.
https://zoo.cs.ucl.ac.uk/tutorials/tutorial_pyHam_get_started.html#genomedef
It requires hog_of_interest = ham_analysis.get_hog_by_id(HOG_ID), there is ...
written 19 months ago by
Biojl • 1.7k
1
vote
1
answer
444
views
1
answer
... Hi, I am having trobules with the pyham library to access OMA database from python.
#Python3
from omadb import Client
c = Client()
prot_id = 'PADI1_HUMAN'
r = c.proteins[prot_id] # Can also be called as c.proteins.info(prot_id)
import pyham
# Initialise pyHam ...
written 19 months ago by
Biojl • 1.7k
• updated
19 months ago by
clement.train • 10
0
votes
1
answer
557
views
1
answers
Comment:
C: Download cdna sequences from OMA
... Thanks you very much! ...
written 2.2 years ago by
Biojl • 1.7k
0
votes
1
answer
557
views
1
answers
Comment:
C: Download cdna sequences from OMA
... There is not. I don't want to download a 2.4Gb compressed file and parse it every time I want the cDNA of a bunch of orthologs. There is an option to download all the ortholog protein sequences when you search a particular protein. I was looking for the same with cDNA. ...
written 2.2 years ago by
Biojl • 1.7k
0
votes
1
answer
557
views
1
answers
Comment:
C: Download cdna sequences from OMA
... Yes, this is what I did, but it would be nice to have a bulk download of cDNA for selected sequences, just as there is for proteins ...
written 2.2 years ago by
Biojl • 1.7k
3
votes
1
answer
557
views
1
answer
... Hi,
I am trying to obtain the cdna sequences for orthologs groups. There is a button for *Download: Fasta* but apparently it only works for the protein sequences. Does anybody know if there is a way to download them in bulk as opposed to download every single sequence individually?
...
written 2.2 years ago by
Biojl • 1.7k
• updated
2.2 years ago by
adrian.altenhoff • 770
0
votes
0
answers
951
views
0
answers
... Are your running codeml through biopython? Is relatively easy to parse the output: https://github.com/biopython/biopython/blob/master/Bio/Phylo/PAML/codeml.py
...
written 2.6 years ago by
Biojl • 1.7k
0
votes
2
answers
972
views
2
answers
... What about calculating a Log odds ratio (LOR) using a pre-defined area around your genes of interest. Count the number of TFBS in those regions and compare it against the whole genome and/or other genes not related to the modules you want to test, to correct for the effect of having genes around you ...
written 2.6 years ago by
Biojl • 1.7k
0
votes
0
answers
2.3k
views
0
answers
... What did you do in the end? ...
written 2.7 years ago by
Biojl • 1.7k
0
votes
4
answers
1.4k
views
4
answers
... You are working with MAC right? You have a weird file structure, it has \r (mac) and \n (unix). To fix them you have to remove the \r:
[jl@gaia drive-download-20180509T103851Z-001]$ tr -d '\r' < file1.txt > unixfile1.txt
[jl@gaia drive-download-20180509T103851Z-001]$ tr -d '\r' < ...
written 2.7 years ago by
Biojl • 1.7k
Latest awards to Biojl
Teacher
19 months ago,
created an answer with at least 3 up-votes.
For A: How Has Bioinformatics Improved Over Time?
Great Question
23 months ago,
created a question with more than 5,000 views.
For Where To Get A Mammalian Phylogenetic Tree With Branch Distances.
Appreciated
24 months ago,
created a post with more than 5 votes.
For A: How Has Bioinformatics Improved Over Time?
Teacher
2.1 years ago,
created an answer with at least 3 up-votes.
For A: How Has Bioinformatics Improved Over Time?
Popular Question
2.2 years ago,
created a question with more than 1,000 views.
For Where to obtain a gene rpkm matrix for mouse (from mouse encode)
Great Question
2.4 years ago,
created a question with more than 5,000 views.
For Where To Get A Mammalian Phylogenetic Tree With Branch Distances.
Scholar
2.7 years ago,
created an answer that has been accepted.
For A: Long Motif Predicted by MEME SUITE
Popular Question
3.0 years ago,
created a question with more than 1,000 views.
For convert GFF3 files from one genome version to another (Drosophila)
Popular Question
3.0 years ago,
created a question with more than 1,000 views.
For Where to obtain a gene rpkm matrix for mouse (from mouse encode)
Popular Question
3.3 years ago,
created a question with more than 1,000 views.
For Where to obtain a gene rpkm matrix for mouse (from mouse encode)
Popular Question
3.4 years ago,
created a question with more than 1,000 views.
For Where to obtain a gene rpkm matrix for mouse (from mouse encode)
Popular Question
3.4 years ago,
created a question with more than 1,000 views.
For Obtain conservation (or % ident) in a multiple sequence alignment
Commentator
3.6 years ago,
created a comment with at least 3 up-votes.
For C: Biostar Ads Are Here! Showcase Your Accomplishments To The World!
Teacher
3.7 years ago,
created an answer with at least 3 up-votes.
For A: Status Quo: Trinity Vs Oases
Scholar
3.7 years ago,
created an answer that has been accepted.
For A: Long Motif Predicted by MEME SUITE
Popular Question
3.8 years ago,
created a question with more than 1,000 views.
For Obtain conservation (or % ident) in a multiple sequence alignment
Popular Question
3.8 years ago,
created a question with more than 1,000 views.
For Calculate Pairwise Wilcox.Test For Several Categories And Plot Significance Into A Boxplot With Ggplot2
Teacher
4.3 years ago,
created an answer with at least 3 up-votes.
For A: Status Quo: Trinity Vs Oases
Popular Question
4.8 years ago,
created a question with more than 1,000 views.
For Automatic Data Extraction From Timetree
Popular Question
4.9 years ago,
created a question with more than 1,000 views.
For Biopython And Codeml Module. Error.
Popular Question
4.9 years ago,
created a question with more than 1,000 views.
For How To Parallelize Codeml With Python
Popular Question
5.0 years ago,
created a question with more than 1,000 views.
For How To Parallelize Codeml With Python
Popular Question
5.2 years ago,
created a question with more than 1,000 views.
For Automatic Data Extraction From Timetree
Popular Question
5.3 years ago,
created a question with more than 1,000 views.
For Automatic Data Extraction From Timetree
Popular Question
5.3 years ago,
created a question with more than 1,000 views.
For Where To Get A Mammalian Phylogenetic Tree With Branch Distances.
Use of this site constitutes acceptance of our User
Agreement
and Privacy
Policy.
Powered by Biostar
version 2.3.0
Traffic: 1859 users visited in the last hour