I just finish a bacteria genome, then compare two genomes of the same genus. I hesitate between the MUMmer and blastp. Please give me some suggestions. And also, is there any software to get a dot plot from the result of blastp?
Unconfigured Ad
Collapse
X
-
Tags: None
-
Thank you for bio-x's kind help. I think accurately I'd like to get a dot plot of two genomes's ortholog plot by reciprocal best-hit pair from the result of pair-wise BLASTP. I guess there must be some software which is suitable to do this. Please give me some suggestions.
Comment
-
"promer" from the Mummer suite will effectively do want you want. Although it doesn't examine "genes" it matches translated regions, which if there is a good match, are likely to be orthologs (or paralogs) anyway.Originally posted by anyone1985 View PostI think accurately I'd like to get a dot plot of two genomes's ortholog plot by reciprocal best-hit pair from the result of pair-wise BLASTP.
Comment
-
Yes, promer is pretty good. However, I'd like to draw the graph exactly. The promer can not give a clear position to identify the gene. Many literatures have figures as below. I am intrested in which software can draw such figure.
Originally posted by Torst View Post"promer" from the Mummer suite will effectively do want you want. Although it doesn't examine "genes" it matches translated regions, which if there is a good match, are likely to be orthologs (or paralogs) anyway.Attached Files
Comment
-
does anyone know how to fix the following MUMmer error?
where textlen is the same as the length of build36 (hg18)
./mummer: suffix tree construction failed: textlen=3080436075 larger than maximal textlen=536870908
Comment
-
-
@robs
thanks, but the link says:
[Thanks for the hint about the recent "MEMs" implementation that "can serve as a drop-in replacement for the MEMs algorithm in MUMmer 3". Seems to be working perfectly where MUMmer crashed :-) --Dan 15:08, 5 January 2010 (UTC)]
what was the original hint? (sorry for any stupidity)
Comment
-
Not sure what you mean with "original hint". There is only one hint and if you take a look at the paper you will see that the quote is actually from there.
The MEMs implementation has a mummer module that can be used instead of the MUMmer3 one. By doing this, mummer shouldn't crash anymore. More details are in the paper.
Comment
-
-
To solve the textlen problem, build a 64-bit version, and make sure
#define SIXTYFOURBITS is set in types.h.
(Grep for the one place this is used, to see where to set it).
Comment
-
First, thanks for, as far as I can tell, the only solution to the mummer textlen problem on the web...Originally posted by Will Nelson View PostTo solve the textlen problem, build a 64-bit version, and make sure
#define SIXTYFOURBITS is set in types.h.
(Grep for the one place this is used, to see where to set it).
Not being an hardcore programmer, but a biologist-come-bioinformatician (more like a user of programs), it took me some time to figure out how to implement it, though. What you meant was to add this line
to the src/kurtz/libbasedir/types.h file before the line where it saysCode:#define SIXTYFOURBITS
and then runCode:#ifdef SIXTYFOURBITS
again.Code:make install
(I had begun to 'uncomment' the ifdef line, causing all kinds of errors - like I said, not a programmer)
Just clarifying for future generations...
Comment
Latest Articles
Collapse
-
by SEQadmin2
CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).
Despite this, “CRISPR helped turn genome editing from a specialized technique into...-
Channel: Articles
07-31-2026, 11:01 AM -
-
by SEQadmin2
Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.
The systematic characterization of the human proteome has...-
Channel: Articles
07-20-2026, 11:48 AM -
-
by SEQadmin2
Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
...-
Channel: Articles
07-09-2026, 11:10 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, 07-31-2026, 02:55 AM
|
0 responses
14 views
0 reactions
|
Last Post
by SEQadmin2
07-31-2026, 02:55 AM
|
||
|
Started by SEQadmin2, 07-24-2026, 12:17 PM
|
0 responses
15 views
0 reactions
|
Last Post
by SEQadmin2
07-24-2026, 12:17 PM
|
||
|
Started by SEQadmin2, 07-23-2026, 11:41 AM
|
0 responses
13 views
0 reactions
|
Last Post
by SEQadmin2
07-23-2026, 11:41 AM
|
||
|
Started by SEQadmin2, 07-20-2026, 11:10 AM
|
0 responses
24 views
0 reactions
|
Last Post
by SEQadmin2
07-20-2026, 11:10 AM
|
Comment