Delta Blast PDF
Delta Blast PDF
Delta Blast PDF
RESEARCH
Open Access
Abstract
Background: BLAST is a commonly-used software package for comparing a query sequence to a database of
known sequences; in this study, we focus on protein sequences. Position-specific-iterated BLAST (PSI-BLAST)
iteratively searches a protein sequence database, using the matches in round i to construct a position-specific score
matrix (PSSM) for searching the database in round i + 1. Biegert and Sding developed Context-sensitive BLAST
(CS-BLAST), which combines information from searching the sequence database with information derived from a
library of short protein profiles to achieve better homology detection than PSI-BLAST, which builds its PSSMs from
scratch.
Results: We describe a new method, called domain enhanced lookup time accelerated BLAST (DELTA-BLAST),
which searches a database of pre-constructed PSSMs before searching a protein-sequence database, to yield better
homology detection. For its PSSMs, DELTA-BLAST employs a subset of NCBIs Conserved Domain Database (CDD).
On a test set derived from ASTRAL, with one round of searching, DELTA-BLAST achieves a ROC5000 of 0.270 vs. 0.116
for CS-BLAST. The performance advantage diminishes in iterated searches, but DELTA-BLAST continues to achieve
better ROC scores than CS-BLAST.
Conclusions: DELTA-BLAST is a useful program for the detection of remote protein homologs. It is available under
the Protein BLAST link at http://blast.ncbi.nlm.nih.gov.
Reviewers: This article was reviewed by Arcady Mushegian, Nick V. Grishin, and Frank Eisenhaber.
Background
Popular sequence alignment algorithms, such as BLAST
[1] or FASTA [2], use substitution score matrices to
measure similarity between two amino acid or nucleotide sequences. In a 20 20 protein substitution matrix,
each element sij is a score derived from the probability
that, in homologous sequences, amino acids i and j descend from a common ancestor. Sequence similarity
searches generally perform better at detecting distantly
related homologs when they use either matrices specialized for particular protein classes [3-11], or positionspecific score matrices (PSSMs) [12-23].
A PSSM associated with a sequence of length l is an
l 20 matrix, where element sij is derived from the probability that related sequences have amino acid j at PSSM
position i. A PSSM is constructed from a multiple sequence alignment (MSA) of related proteins, and models
* Correspondence: [email protected]
National Center for Biotechnology Information, National Library of Medicine,
National Institutes of Health, Building 38A, 8600 Rockville Pike, Bethesda, MD
20894, USA
the amino acid substitutions particular to a specific protein family and sequence position.
Separate multiple alignment programs may be used to
construct the MSAs from which PSSMs are derived [18].
Position Specific Iterated BLAST (PSI-BLAST) [23]
introduced the strategy of automatically generating
MSAs and their associated PSSMs from the results of
database searches, in an iterative manner. The output of
iteration i is used to construct a PSSM, and search the
sequence database in iteration i + 1. Biegert and Sding
[24] developed Context-Specific BLAST (CS-BLAST),
which computes an initial PSSM using a query sequence
and a library of short profiles. To construct this library,
the authors first construct a large number of MSAs by
aligning subsets of sequences from the whole nonredundant protein database (NR) [25] with one another,
using two iterations of PSI-BLAST. These MSAs, converted into amino acid frequency profiles, are divided
into short windows and clustered to create the profile library. CS-BLAST achieves better sensitivity than PSIBLAST.
2012 Boratyn et al.; licensee BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative
Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and
reproduction in any medium, provided the original work is properly cited.
One can also use an existing collection of preconstructed MSAs to derive a PSSM. We take a related
approach here, using the Conserved Domain Database
(CDD) [26], an NCBI resource for identifying conserved
domains within protein sequences. This database
includes manually curated domain models that are
refined using protein 3D structures, as well as models
constructed from clusters of related sequences with unknown structure. Each conserved domain (CD), represented by an MSA of homologous sequence segments, is
converted to a PSSM to facilitate efficient search [26].
Software tools for searching collections of PSSMs include HMMER [27], IMPALA [28], RPS-BLAST, and
GLOBAL [29].
We describe Domain Enhanced Look-up Time Accelerated BLAST (DELTA-BLAST), a new tool that first
uses RPS-BLAST to align a query sequence to conserved
domains in CDD, and then performs a sequence database search using a PSSM derived from the aligned
domains. The PSSM construction method is similar to that
of PSI-BLAST, but begins by aligning the query to CDs rather than to individual sequences. Figure 1 shows an overview of DELTA-BLASTs strategy.
Our primary goals for DELTA-BLAST are to make use
of a PSSM in the search (as in PSI-BLAST) to find more
homologs, but to avoid the time spent in the initial
BLASTP search. DELTA-BLAST also allows us to explore whether it is better to use longer homologous
alignments to quickly construct a PSSM than the short
profiles of Biegert and Sding [24]. In future work, it
may serve as a platform to experiment with different
methods for quickly finding initial matches to a query
that can then be used to construct a PSSM.
We demonstrate that, when used with CDD, DELTABLAST is more sensitive than both CS-BLAST and
PSI-BLAST. This result speaks not just to DELTABLASTs effectiveness, but also to the extensiveness of
the CDD collection.
DELTA-BLAST is fully integrated with the NCBI BLAST
website and the stand-alone BLAST+ package. It is available from the Protein BLAST link at the NCBI BLAST
website (http://blast.ncbi.nlm.nih.gov). A DELTA-BLAST
search on the website can be followed up by PSI-BLAST
iterations or the results can be processed further by the
distance tree or multiple alignment tools. A new program named deltablast will be is part of the commandline BLAST+ package starting with the 2.2.26+ release.
Source code and applications for popular platforms are
available at ftp://ftp.ncbi.nlm.nih.gov/blast/executables/
blast+/LATEST/.
Results
This section compares the performance of BLASTP, CSBLAST, PSI-BLAST, and DELTA-BLAST. We assessed the
Page 2 of 14
Query
QIKDLLVSSSTDLDTTLVLVNAIYFKGMW
Conserved Domain
Database
CDD Search
Compute PSSM
PSSM
Sequence Database
Sequence search
Figure 1 Overview of sequence search with DELTA-BLAST.
DELTA-BLAST searches CDD with the supplied query, uses aligned
domains to compute a PSSM and searches a sequence database
with this PSSM.
Page 3 of 14
ROC5000
BLASTP
0.084
(0.0001)
ROC10,000
0.089
CS-BLAST
0.116
(0.0004)
0.131
(0.0003)
DELTA-BLAST
0.270
(0.0007)
0.291
(0.0005)
(0.0001)
Alignment quality
Page 4 of 14
DELTABLAST
CSBLAST
BLASTP
0 0
10
10
10
10
False positives
10
Figure 2 Number of true positives vs. number of false positives for DELTA-BLAST, CS-BLAST and BLASTP. The searched database was
created using ASTRAL 40 sequences for SCOP version 1.75. To create the query set, we sorted the SCOP domains in lexicographic order and
selected even numbered sequences for the test query set. We excluded from the query set any sequence that was the sole member of its
superfamily in ASTRAL 40. We considered a query and database sequence to be homologs if they belonged to the same superfamily, and nonhomologs if they belonged to different folds. The search results generated by all queries were pooled and ordered by E-value. The database and
the query set consisted of 10,569 and 4852 sequences, respectively.
ROC5000
PSI-BLAST 2 iter
0.175
(0.0004)
0.187
ROC10,000
(0.0003)
PSI-BLAST 3 iter
0.212
(0.0005)
0.227
(0.0003)
PSI-BLAST 4 iter
0.228
(0.0006)
0.245
(0.0004)
PSI-BLAST 5 iter
0.234
(0.0007)
0.253
(0.0004)
CSI-BLAST 2 iter
0.197
(0.0007)
0.221
(0.0005)
CSI-BLAST 3 iter
0.225
(0.0008)
0.252
(0.0005)
CSI-BLAST 4 iter
0.233
(0.0009)
0.262
(0.0006)
CSI-BLAST 5 iter
0.237
(0.0009)
0.266
(0.0006)
DELTA-BLAST 2 iter
0.251
(0.0006)
0.269
(0.0004)
DELTABLAST 2 iter
CSIBLAST 3 iter
CSIBLAST 5 iter
PSIBLAST 3 iter
PSIBLAST 5 iter
DELTABLAST
CSBLAST
Page 5 of 14
0 0
10
10
10
10
False positives
10
Figure 3 Number of true positives vs. number of false positives for PSI-BLAST, iterated DELTA-BLAST, CSI-BLAST, DELTA-BLAST,
and CS-BLAST. See the legend of Figure 2.
Among the TPs returned by all methods a larger percentage match the same CD (at least 89%) or CDD
superfamily (at least 91%) than is the case among all
benchmark TPs. PSI-BLAST yields the smallest such
percentage and BLASTP the largest. DELTA-BLAST
yields a slightly larger percentage of TPs in these two
groups than does CS-BLAST. The homologies for about
98% of BLASTP TPs are modeled by CDD.
All methods also yield a smaller percentage of TPs
with sequences matching only different CDD superfamilies (at most 7%) than is the case among the benchmark
TPs. PSI-BLAST yields the largest fraction of TPs falling
into this group and BLASTP the smallest. The trend is
similar for TPs with no CD match for at least one sequence. PSI-BLAST yields the largest percentage of TPs
Table 3 Retrieval accuracy for DELTA-BLAST, BLASTP, CS-BLAST, and 5 iterations of PSI-BLAST and CSI-BLAST, across
SCOP classes
Class
BLASTP
DELTA-BLAST
PSI-BLAST
0.061
(0.0003)
CS-BLAST
0.084
(0.0005)
0.192
(0.0009)
0.172
(0.0008)
0.192
CSI-BLAST
(0.0012)
0.095
(0.0003)
0.108
(0.0004)
0.356
(0.0013)
0.285
(0.0022)
0.267
(0.0028)
0.062
(0.0002)
0.096
(0.0009)
0.189
(0.0015)
0.163
(0.0013)
0.173
(0.0015)
0.166
(0.0004)
0.198
(0.0007)
0.471
(0.0009)
0.443
(0.0009)
0.452
(0.0008)
0.263
(0.0013)
0.276
(0.0011)
0.459
(0.0046)
0.415
(0.0023)
0.439
(0.0029)
0.376
(0.0026)
0.391
(0.0034)
0.563
(0.0029)
0.474
(0.0019)
0.530
(0.0072)
0.066
(0.0010)
0.059
(0.0014)
0.120
(0.0010)
0.133
(0.0010)
0.123
(0.0021)
We divided the pooled search results into subsets, according to the SCOP protein class of the query and computed ROCn scores for each subset, with n equal to
the number of queries in each class. See the legend of Figure 2 for data set description. The rows represent SCOP protein classes: A - All alpha proteins (866
queries), B - All beta proteins (1034 queries), C - Alpha and beta proteins a/b (1310 queries), D - Alpha and beta proteins a + b (1219 queries), E - Multi-domain
proteins (78 queries), F - Membrane and cell surface proteins and peptides (64 queries), and G - Small proteins (284 queries). The columns show ROCn scores and
standard errors for each method. The largest scores per row are in bold font.
Page 6 of 14
80
DELTABLAST
BLASTP
CSBLAST
PSIBLAST 5 iter
CSIBLAST 5 iter
70
Percent of queries
60
50
40
30
20
10
0
0.1
0.2
0.3
0.4
0.5
ROC5 score
0.6
0.7
0.8
0.9
BLASTP
CSBLAST
DELTABLAST
in this group and CS-BLAST the smallest. DELTABLAST yields only a slightly larger percentage of TPs in
this group than CS-BLAST. In general, Table 4 demonstrates common biases among all the search methods towards TPs represented in CDD.
0.9
0.8
BLASTP
CSBLAST
DELTABLAST
Precision
5 10 10 15 15 20 20 25 25 30
Percent identity in reference alignment
05
0.2
0.4
0.2
0.6
0.4
Sensitivity
0.6
0.8
0.9
Figure 4 Percentage of queries exceeding a ROC5 score vs. that score for DELTA-BLAST, BLASTP, CS-BLAST, PSI-BLAST, and CSI-BLAST.
We computed a separate ROC5 score for the search results of each query and counted the number of queries that yield a ROC5 score above 0.1,
0.2, . . ., 0.9. See the legend of Figure 2 for data set description.
05
5 10 10 15 15 20 20 25 25 30
Percent identity in reference alignment
Figure 6 Alignment precision of BLASTP, CS-BLAST, and DELTABLAST. Precision measures the fraction of a sequence alignment
that correctly reproduces a reference alignment. See the legend of
Figure 5 for the data set description.
Page 7 of 14
DELTA-BLAST
10
BLASTP
CSBLAST
DELTABLAST
PSIBLAST
CS-BLAST
935
(4%)
2891
7184 (13%)
(32%)
6933
(31%)
10
10
3244
(15%)
10
10
10 4
10
10
10
10
Reported Evalue
10
10
Discussion
DELTA-BLAST outperforms BLASTP and CS-BLAST in
homology detection by the measures both of ROCn score
and number of TPs found. In iterated searches, DELTABLAST also yields the best results. For individual searches,
DELTA-BLAST
PSI-BLAST
DELTA-BLAST
21284
(36%)
162
(1%)
CS-BLAST
1592
(3%)
10663
(18%)
1021
(5%)
18429
(32%)
5085
(9%)
1097
(2%)
235
(0.4%)
PSI-BLAST
CS-BLAST
41
(4%)
1
(0.1%)
818
99 (84%)
3
(10%)
(0.3%)
13
(1%)
PSI-BLAST
Page 8 of 14
DELTA-BLAST
PSI-BLAST
BLASTP
CS-BLAST
Benchmark TPs
Number
of TPs
Both match
same CD
Both match
same CDD
superfamily
Both match
only different
superfamilies
Either matches
no CD
51,968
45,033
16,083
21,353
48,612 (93.5)
40,194 (89.3)
15,769 (98.1)
19,791 (92.7)
49,001 (94.3)
40,989 (91.0)
15,475 (96.2)
19,919 (93.3)
2,521 (4.9)
3,110 (6.9)
437 (2.7)
1,263 (5.9)
446 (0.9)
934 (2.1)
171 (1.1)
171 (0.8)
196,490
60,663 (30.9)
95,073 (48.4)
88,994 (45.3)
12,423 (6.3)
The columns present: alignment program, number of true positives found, number and percentage of true positives for which a query and a subject both match
the same CD, same CDD superfamily, only different CDD superfamilies, and for which either query or subject matches no CD. In the last row, the same data are
given for all benchmark true positives.
are captured in CDD. Each of the search methods studied detects only a small fraction of the benchmark homologous pairs not modeled in CDD.
DELTA-BLAST finds more than twice as many TPs
overall as does CS-BLAST. Accordingly, the number of
TPs in which the query and subject match different
CDD superfamilies is also larger for DELTA-BLAST.
PSI-BLAST yields the largest fraction of TPs with the
query and subject matching different CDD superfamilies
and with no CDD annotation for the query or subject.
It is surprising that multiple iterations of DELTABLAST perform worse than does a single one. The reasons for this decline in performance include:
1) Saturation of search results: The number of significant alignments generated by the first DELTA-BLAST iteration often exceeds PSI-BLASTs limit (5000) for
inclusion in PSSM computation. This saturation may result in biased PSSMs, and a decline in performance in
subsequent iterations.
2) Too much diversity in protein families: It is important to strike a balance between diversity and information
in a search model seed alignment [35-38]. For large and
diverse protein families, multiple PSSMs targeted to different subfamilies may be better for finding homologs
than a single PSSM that tries to model the whole family.
The SCOP superfamily c.37.1 (P-loop NTPases) is an example. A single iteration of DELTA-BLAST detects a
large portion of this superfamily, due to CDs that model
several of its families. After DELTA-BLASTs second iteration, the MSA it produces is too diverse, causing the
resulting PSSM to lose sensitivity.
DELTA-BLAST owes its superior performance to
CDD. PSSMs are created from MSAs and constructing
an appropriate MSA is critical for any profile-sequencebased search. DELTA-BLAST uses already prepared
MSAs stored in CDD for the purpose of annotating protein sequences with conserved domains.
DELTA-BLAST performance, whether it is search sensitivity or quality of alignment, strongly depends on the
quality and comprehensiveness of the CDD collection.
Large numbers of CDs are manually curated to improve
Conclusions
We have described DELTA-BLAST, a new tool for detecting distant homologs in a protein database search. The
results of our experiments show that DELTA-BLAST
detects more homologs and provides better quality alignments than do other programs analyzed in this paper.
DELTA-BLASTs strategy is distinct from those of CSBLAST and PSI-BLAST in a number of ways. It uses long,
putatively homologous alignments with CDs to build its
PSSMs, whereas CS-BLAST uses short (13-residue-wide),
not necessarily homologous matches with context library
profiles. PSI-BLAST performs a BLASTP search to
produce alignments and build a PSSM without requiring a specialized or preprocessed resource, although it
needs more time for this task. CDD requires more effort to maintain than does the CS-BLAST library of
context profiles. However, CDD is an actively maintained resource that is already heavily used for protein annotation at NCBI.
We are exploring ways to improve DELTA-BLASTs performance, e.g. by developing better methods for weighting
coincident hits to several CDs, and by using more information stored in CDD, such as domain hierarchies and specific
hit scores (see [26] for details). Since selecting appropriate
CDs is at the heart of DELTA-BLASTs performance, we
are also exploring improvements to RPS-BLAST, and the
use of different CDD search tools. Our initial experiments
Page 9 of 14
Methods
DELTA-BLAST constructs a PSSM by combining profile
information from conserved domains related to a query
sequence, and then searches a sequence database with
this PSSM. The following subsections provide a more
detailed description of the algorithm and of the databases and experiments used to assess it.
Query and database sequences
this threshold yielded the best homology detection performance on our benchmark set.
After employing RPS-BLAST to compare a query sequence to CDD, DELTA-BLAST uses a matching CD for
PSSM construction only if its reported E-value falls below
a specified threshold. Empirically, the threshold 0.05
yielded the best balance between search sensitivity and the
potential for the resulting PSSMs to be corrupted [34]
when tested on our training set.
Multiple alignment of conserved domains
Page 10 of 14
Query
sequence with
frequency
profiles of
aligned
domains
QIKDLLVSSSTDLDTTLVLVNA
Query: CD 1: CD 2:
Retrieval accuracy
The PSSM scores for any column all take the form
(ln Ri)/, where Ri is the ratio of target to background frequency for residue i, and is a scaling factor [23].
We follow PSI-BLASTs procedure for estimating frequency ratios [34,39], which is based on the datadependent pseudocount method [40] for addressing the
issues of small sample size and prior knowledge of
amino acid relationships.
Fong and Marchler-Bauer [41] note that alignment
E-value does not provide good criterion for selecting
among or weighting matching homologous domains.
Therefore, we weight aligned CD columns not as a function of their match score, but rather proportionately to
their effective number of independent observations. To
obtain statistical parameters [42] for the resulting PSSM
used with gapped scores, we use the scaling procedure
presented in [23].
Assessment
We describe here our protocol for comparing the performance of DELTA-BLAST, by various criteria, to those of
30
150
Result: target
frequencies for the
search model
Alignment quality
Page 11 of 14
We compared DELTA-BLAST, PSI-BLAST, and CSBLAST sensitivity by the number of true positive hits
found with E-value below the respective method-specific
thresholds (see above). We also compared the number of
such hits with query and subject belonging to different
SCOP families, and the number of superfamilies yielding
at least one true positive hit. We ran PSI-BLAST in the
same manner as described in the Retrieval accuracy subsection, but report results only for five iterations.
CDD annotation of true positive results
Page 12 of 14
For queries that do not match any CDs, our initial small scale experiments
suggested that it is beneficial in some cases to construct a PSSM using possibly
non-homologous segments of CDs. This can be done by increasing
DELTA-BLASTs domain inclusion E-value threshold (a user controlled parameter). This
requires more thorough research that we plan to do in the future. Furthermore, if a
query does not match any CDs, DELTA-BLAST defaults to PSI-BLAST.
Was the testing described in the study done on the sequences that mostly
followed the former scenario? If so, why? Is a random subset of sequences from
protein database dominated by sequences that are already assigned to CD?
Authors response
Yes, the testing was done with a set with majority of sequences having an
assigned CD. Large-scale experiments that involve different types of proteins
require a benchmark set with known homologies. Unfortunately, such a set will
often include known proteins and many known proteins are already assigned to
a CD. Currently, about 78% of sequences in the NR database match at least
one CD with the E-value below 0.01.
The performance was tested on a relatively small set of queries and relatively
small database, and it is possible that both are indeed strongly enriched by
sequences with known domain composition. Have there been any tests that
mimic other common use cases, e.g., the set of queries is a complete list of
proteins encoded by newly sequenced genomes, or the database is NR or all
proteins encoded by genomes in GenBank Genome division? Would the
gain in sensitivity by DELTA-BLAST be the same?
Authors response
We performed the experiments presented in the manuscript on a gold standard
benchmark set with known homologies, so that search accuracy could be compared
with results presented in other publications. To mimic other common uses we looked
at the second iteration PSI-BLAST searches submitted through the NCBI BLAST web
page between February 6 and February 13, 2012. Out of 1064 unique sequences
submitted during this time 73% matched at least one CD. We also selected four
recently sequenced genomes from diverse taxonomic nodes: Archaea (http://www.
ncbi.nlm.nih.gov/genome/11226), Bacteria (http://www.ncbi.nlm.nih.gov/genome/
12533), Eukaryota (http://www.ncbi.nlm.nih.gov/genome/11437), and Virus (http://
www.ncbi.nlm.nih.gov/genome/12485), and computed the fraction of protein
sequences that match at least one CD with
E-value below 0.05 (default threshold for DELTA-BLAST). 67% of the 2835 protein
sequences in the archaeal genome match a CD. For the bacterial genome, 78% of
the 3881 sequences align to a CD. 85% out of the 4434 sequences in the eukaryotic
genome and 36% of the 105 sequences in the virus genome match at least one CD.
We expect that DELTA-BLAST would provide improved sensitivity for the above sets of
sequences, although the gain would probably be smaller than for our benchmark set.
Finally, it would be helpful to describe better the software offering is it
integrated with other BLAST programs in any way? Most immediately, if there
are no matching CD, will the program default to PSI-BLAST automatically?
Authors response
We added the following explanatory text at the end of Background: DELTABLAST is fully integrated with the NCBI BLAST website and the stand-alone
BLAST+ package. It is available from the Protein BLAST link at the NCBI BLAST
website (http://blast.ncbi.nlm.nih.gov). A DELTA-BLAST search on the website can
be followed up by PSI-BLAST iterations or the results can be processed further by
the distance tree or multiple alignment tools. A new program named deltablast
will be part of the command-line BLAST+ package starting with the 2.2.26+
release. Source code and applications for popular platforms are available at
ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/.
We also added the last sentence in Discussion: For sequences that do not
match to any CDs, DELTA-BLAST performs a BLASTP search that can be iterated
with PSI-BLAST.
Quality of written English: Acceptable
Reviewers report 2
Nick V Grishin, University of Texas Southwestern Medical Center, Dallas, TX, USA
The main product of this work is a piece of software from the BLAST family that
without iterations achieves and possibly surpasses iterated PSI-BLAST performance
on ASTRAL superfamilies, thus allowing faster and likely more accurate sequence
database searches. Just this fact alone is enough to raise interest of researchers.
The suggested innovation is that prior to sequence database search, the new
software does CDD search to find homologous families, and uses their precomputed and curated alignments to seed sequence database search.
On the conceptual level, the authors argue that seeding the search with precompiled alignments of homologous families is advantageous to seeding
the search with short, possibly non-homologous segments similar to the
query sequence. This logical statement is firmly supported by comparing
their new program, DELTA-BLAST, with CS-BLAST. However, it might be
interesting to study whether there is any advantage in combining the two
techniques, and whether adding short segment profiles might help searches
when homologous profiles in CDD are either very thin or not found.
Authors response
We thank the Reviewer for this suggestion. Our small scale experiments
suggested that using short CD segments possibly non-homologous to a query
may improve DELTA-BLAST sensitivity when there are no strong CD matches. We
plan to research this idea further.
My main concern, as always, is with validation. I fully agree with the authors that
validation presented is enough to derive main conclusions sought. 1) DELTABLAST is not worse, and might be even better than PSI-BLAST in some occasions.
Indeed, why would it be worse? It is the same thing, but seeded with more
accurate curated CDD alignments. 2) DELTA-BLAST outperforms CS-BLAST, and
how could it not? Homologous profiles are expected to be more powerful.
However, beyond these conclusions it might not be possible to understand
behavior of the three programs better, for the following reasons:
1. ASTRAL superfamily dataset is not ideal. According to SCOP, proteins
placed in the same superfamily are homologous. However, it is not stated
by SCOP authors that proteins from different superfamilies and even folds
are not homologous. Indeed there are many homologous proteins in
different superfamilies and folds, e.g. many proteins in a/b class (Rossmannlike folds) are most likely homologous regardless of the fold they are placed
into, and their detection by sequence search software with an alignment
that matches structure-based alignment should not be counted as false
positive. Moreover, not performing evaluation on a very rich dataset of
pairs within the same fold, but in different superfamilies, the authors
neglect the most interesting gray area of sequence search their sensitive
approach is targeted for, and skew performance statistics. I.e. the majority
of protein pairs are thrown away from this evaluation.
Obviously, it is difficult to deal with these pairs, because some of them are
homologous, while others are not. However, approaches have been
proposed in the literature to deal with this problem.
Authors response
We agree with the critique and we plan to perform more experiments in the future.
We used a gold standard data set used in other publications, so that results can be
compared.
2. ROC curve on all data pulled together might not be fully informative. It
might be skewed towards families with longer sequences and thicker profiles
that attain lower E-values. Thus the ROC-region shown might be dominated by
Rossmann folds and P-loop proteins. It might be worth comparing how
different programs rank hits for each query, e.g. by checking ROCx plots
fraction of queries with ROCx score above a given value vs. the value. ROCx
score is the ratio of the area under the ROC curve up to x-th false positive to
the area under ideal ROC curve. x is usually small, e.g. around 5.
Authors response
We included the ROC5 plot suggested by the Reviewer in Figure 4 along with
appropriate text in Results (two last paragraphs in subsection Homology
detection), Discussion (the third sentence), and Methods (the second paragraph in
Retrieval accuracy).
Page 13 of 14
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
Jones DT, Taylor WR, Thornton JM: A mutation data matrix for
transmembrane proteins. FEBS Lett 1994, 339:269275.
Ng PC, Henikoff JG, Henikoff S: PHAT: a transmembrane-specific
substitution matrix. Bioinformatics 2000, 16:760766.
Mller T, Rahmann S, Rehmsmeier M: Non-symmetric score matrices and
the detection of homologous transmembrane proteins. Bioinformatics
2001, 17:S182S189.
Xu HS, Ren WK, Liu XH, Li XQ: Aligning protein sequence and analyzing
substitution pattern using a class-specific matrix. J Biosci 2010, 35:295314.
Altschul SF: Amino acid substitution matrices from an information
theoretic perspective. J Mol Biol 1991, 219:555565.
Altschul SF: A protein alignment scoring system sensitive at all
evolutionary distances. J Mol Evol 1993, 36:290300.
Jimenez-Morales D, Adamian L, Liang J: Detecting remote homologues
using scoring matrices calculated from the estimation of amino acid
substitution rates of beta-barrel membrane proteins. In Proceedings of the
30th Annual International Conference of the IEEE Engineering in Medicine
Biology Society: 2025 August, 2008; Vancouver, BC, IEEE Eng Med Biol Soc
2008:13471350.
Baussand J, Deremble C, Carbone A: Periodic distributions of hydrophobic
amino acids allows the definition of fundamental building blocks to
align distantly related proteins. Proteins 2007, 67:695708.
Kuznetsov IB: Protein sequence alignment with family-specific amino acid
similarity matrices. BMC Res Notes 2011, 4:296.
McLachlan AD: Analysis of periodic patterns in amino acid sequences:
collagen. Biopolymers 1977, 16:12711297.
Stormo GD, Schneider TD, Gold L, Ehrenfeucht A: Use of the perceptron
algorithm to distinguish translational sites in E. coli. Nucleic Acids Res
1982, 10:29973011.
McLachlan AD: Analysis of gene duplication repeats in the myosin rod.
J Mol Biol 1983, 169:1530.
Staden R: Computer methods to locate signals in nucleic acid sequences.
Nucleic Acids Res 1984, 12:505519.
Schneider TD, Stormo GD, Gold L, Ehrenfeucht A: Information content of
binding sites on nucleotide sequences. J Mol Biol 1986, 188:415431.
Taylor WR: Identification of protein sequence homology by consensus
template alignment. J Mol Biol 1986, 188:233258.
Gribskov M, McLachlan AD, Eisenberg D: Profile analysis: Detection of
distantly related proteins. Proc Natl Acad Sci USA 1987, 84:43554358.
Berg OG, von Hippel PH: Selection of DNA binding sites by regulatory
proteins. Statistical-mechanical theory and application to operators and
promoters. J Mol Biol 1987, 193:723750.
Dodd IB, Egan JB: Systematic method for the detection of potential
lambda Cro-like DNA-binding regions in proteins. J Mol Biol 1987,
194:557564.
Patthy L: Detecting homology of distantly related proteins with
consensus sequences. J Mol Biol 1987, 198:567577.
Berg OG, von Hippel PH: Selection of DNA binding sites by regulatory
proteins. II. The binding specificity of cyclic AMP receptor protein to
recognition sites. J Mol Biol 1988, 200:709723.
Altschul SF, Madden TL, Schffer AA, Zhang J, Zhang Z, Miller W, Lipman DJ:
Gapped BLAST and PSI-BLAST: a new generation of protein database
search programs. Nucleic Acids Res 1997, 25:33893402.
Biegert A, Sding J: Sequence context-specific profiles for homology
searching. Proc Natl Acad Sci USA 2009, 106:37703775.
Sayers EW, Barrett T, Benson DA, Bolton E, Bryant SH, Canese K, Chetvernin
V, Church DM, DiCuccio M, Federhen S, Feolo M, Fingerman IM, Geer LY,
Helmberg W, Kapustin Y, Landsman D, Lipman DJ, Lu Z, Madden TL, Madej
T, Maglott DR, Marchler-Bauer A, Miller V, Mizrachi I, Ostell J, Panchenko A,
Phan L, Pruitt KD, Schuler GD, Sequeira E, Sherry ST, Shumway M, Sirotkin K,
Slotta D, Souvorov A, Starchenko G, Tatusova TA, Wagner L, Wang Y, Wilbur
WJ, Yaschenko E, Ye J: Database resources of the National Center for
Biotechnology Information. Nucleic Acids Res 2011, 39:D38D51.
Marchler-Bauer A, Lu S, Anderson JB, Chitsaz F, Derbyshire MK, DeWeese-Scott
C, Fong JH, Geer LY, Geer RC, Gonzales NR, Gwadz M, Hurwitz DI, Jackson JD,
Ke Z, Lanczycki CJ, Lu F, Marchler GH, Mullokandov M, Omelchenko MV,
Robertson CL, Song JS, Thanki N, Yamashita RA, Zhang D, Zhang N, Zheng C,
Bryant SH: CDD: a Conserved Domain Database for the functional
annotation of proteins. Nucleic Acids Res 2011, 39:D225D229.
Page 14 of 14