Where can I download HMM profile for different species?
I would like to ask is there any database allow me to download HMM for different species such as: 1. Pan troglodytes 2. Pongo abelii 3. Rhinopithecus rexellana
hmm
profile
species
genome
sequence
• 4,357 views
•
link
written
by
allyson1115ar •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Where I can find splice-leader (SL) sequence set ?
written by praasu •Hi everyone, I would like to obtain the sl-leader sequence from various species ( such asTrypansoma, c.elegans, Euglena etc). Could you please let me know, …
-
Is it possible to carry-out pan-genome analysis of interspecies bacterial genome?
written by KumarI would like to carry-out pan-genome analysis of 3 different species genome, belongs to same genus. Most of the pan-genome analysis had been done intraspcies/same …
-
Want to download the proximal promoter region of my favorite gene from every species in Ensembl
written by friist •Are there any ready-to-use scripts available that would allow me to download a ~2000 bp region immediately upstream from the 5-prime region of any given …
-
How can I download a specific long region of a whole genome (let's say chr20) of different people (…
written by arefasvadi •Hi, I am really new in this realm. Basically I can understand fasta file format and also vcf since these two are related to my …
-
Maker Annotation: How to put multiple HMM mod file in maker_opts.ctl?
written by allyson1115ar •I would like to know how to write the command that takes multiple gmhmm mod file in maker? An example of command that takes a …
-
How to choose the correct ncRNA sequence from a RNA sequence database (Rfam, ENA, RNAcentral, etc)
written by Nick •EDIT: Sorry for asking, I think I got my answer, or at least the beginning of it. I should be looking at sequences on the …
-
Determine OTU identity using Blastn full database or organism specific database?
written by LivelongandProsper •Hi, I am seeking opinions on the best way to determine OTU identity using Blastn. Would the best way to identify an OTU be to …
-
Obtain sequences to test positive selection using dN/dS statistics?
written by LauferVAI am working on a project to detect positive selection in several different genes. I am working with colobus, rhinopithecus, macaca, gorilla, pan, pongo, homo, …
-
Forum: Basic Course/Training on Developing Tools
written by CikLaHi, I would like to ask if there is any course/training/workshop on the database development or such. I am looking forward for such training for …
-
Conservation of SNPs contexts
written by eurioste •I'm currently working in a model for differentiating some kinds of SNPs according to genomic signatures presen is their contexts. One of the such signatures …
Which HMM do you need?
the 3 species in my question
Yes I understand, but do you need the HMM for the nucleotides seqs of all genes, for the proteins? Also, I am not sure you have hmm specific for these species, maybe you can try to use Pfam domains and start with that for gene annotation.
It seems you can download this from HMMER. If so, get more information from their paper HMMER web server: 2015 update.
I can't find any hmm link to download the above 3 species :/
Which kind of HMM profile are you looking for ? => I mean is it for coding genes ? For what purpose do you need it ? More precisely, which tool do you plan to use with ?
i would like to include the hmm in snap ab initio gene predictor since the package doesn't provide the other species
Each ab-initio tool has its own hmm profile format. And they don't necessarily use the same kind of information. So, I doubt you can use the profile coming from another tool as HMMER as suggested. I guess you are trying to annotate the gene coding. So the simplest is to create the profile yourself. Download the gff and the genome of your species (on Ensembl as example). Put the fasta sequence within the gff file as it should be (Introduced by the ##FASTA line at the end of the file). Then prepare the needed files to train snap by using the maker2zff.pl tool that is coming with the MAKER genome annotation tool package. You will get two output files:genome.ann and genome.dna Then to create the profile you will have to launch those commands:
It sounds like a reasonable approach!