Evidence-guided paper · 2020 · outside-scope · full-text

A simple strategy to enhance the speed of protein secondary structure prediction without sacrificing accuracy

Sheng-Hung Juan; Teng-Ruei Chen; Wei-Cheng Lo. A simple strategy to enhance the speed of protein secondary structure prediction without sacrificing accuracy. PLOS ONE 15:e0235153 (2020).

30-second read

Combining reference-database size reduction with homology reduction lowers the cost of deriving evolutionary features.

Central question

How far can a PSSM reference database be reduced to accelerate secondary-structure prediction without materially sacrificing accuracy?

Intuition

Database size mainly drives PSI-BLAST cost, whereas information diversity better reflects PSSM quality; removing highly similar sequences and retaining about five million diverse sequences can be more efficient than blindly using all of UniRef90.

Why it matters

It splits 'more data must be better' into two testable variables—size and homology. The results provide a deployable five-million/25%-identity recommendation and remind readers to report speed, Q accuracy, and SOV separately.

Prerequisites

  • Understand that PSI-BLAST builds PSSMs from homologs
  • Know the difference between Q3/Q8 and SOV3/SOV8
  • Understand random sampling and sequence-identity nonredundancy

paper-specific guide · plain → technical → input → output → source

Method walkthrough

  1. 01 · Reduce database size alone

    Randomly sample UniRef90-2015 into 1/2^k subsets and measure time and accuracy for seven SSP methods.

    Technical reading: TS115 is the main query set, with CASP12/13 validation; each size condition is repeated ten times. Time falls approximately linearly with target size, while accuracy follows a sigmoid.

    Input: Differently sized UniRef subsets fixed at 90% identity

    Output: Size-time and size-accuracy curves

    Boundary: Fitted constants apply only to the studied queries, hardware/software, and PSI-BLAST settings.

    PDF pp. 3–6, Results 'Effects of target dataset size', Figs. 1–2

  2. 02 · Reduce homology redundancy alone

    Hold dataset size fixed while lowering identity cutoffs from 90% to 25%, then observe PSSM entropy and prediction accuracy.

    Technical reading: CD-HIT handles cutoffs at or above 40%, while a partitioned USEARCH-plus-BLAST process handles below 40%; lower redundancy retrieves more divergent homologs and raises PSSM Shannon entropy.

    Input: Target sets with the same sequence count and different identity cutoffs

    Output: Homology-entropy-accuracy relationships

    Boundary: Entropy is a correlate and alone does not prove it causes the accuracy gain.

    PDF pp. 10 and 14–19, Figs. 5–8, Methods 'Reduction of target dataset homology'

  3. 03 · Combine the strategy and validate on 2018 data

    Reduce the UniRef target to five million sequences at less than 25% identity and compare it with full UniRef90-2018.

    Technical reading: Seven pre-2016 SSP methods use unified PSI-BLAST 2.6.0; mean time drops from 40.6 to 1.9 minutes, Q3/Q8 decrease by less than 0.7%, and speed improves about 20.9-fold.

    Input: UniRef90-2018 at 87.3M and UniRef25-2018 at 5M

    Output: A deployable efficiency-accuracy tradeoff

    Boundary: The study tests PSSM-driven legacy SSP and cannot be directly transferred to end-to-end models without that reference-search pipeline.

    PDF pp. 10–11 and 16–18, Table 1, Conclusions and Materials and methods

Key result

The paper reports over 20-fold acceleration while maintaining equivalent accuracy measures.

Evidence-guided deep reading

Paper facts, project readings, and teaching models are labelled separately.

paper-fact

Two variables, two curves

At 1/16 of UniRef90-2015, size reduction cuts time by 93.1% while mean accuracy across seven methods falls only 1.2%; above roughly five million sequences, accuracy loss is minor.

Homology reduction acts differently: it modestly accelerates while improving PSSMs through more diverse homolog composition. At fixed size, the accuracy difference from 90% to 25% identity is significant at p<10^-5.

Source locator: PDF pp. 3–6, 10 and 14, Figs. 1–2 and 5

paper-fact

Shannon entropy is a quality proxy, not a magic score

With size fixed and homology varied, entropy correlates with accuracy at roughly 0.917 or above; with homology fixed and size varied on TS115, its correlation with Q3 is 0.997.

The authors explain that low-redundancy targets yield more divergent PSI-BLAST hits and richer PSSM probability distributions; however, both size and homology affect entropy, and the mechanism remains unresolved.

Source locator: PDF pp. 14–16, Figs. 6–7 and Discussion 'On the relationship...'

project-reading

How to transfer the result safely

First measure how much of your pipeline time is reference search; if neural inference dominates, database reduction will not yield the same 20.9-fold gain.

Then rebuild the Pareto curve using a contemporary holdout, identical metrics, and repeated sampling. Do not validate only Q3; include segment-level SOV, protein size/class strata, memory, and disk.

Source locator: PDF pp. 4, 6, 10–17, stated hardware and scope limitations

Study design and evaluation

Data and samples

UniRef90-2015 at 38.2M, UniRef90-2018 at 87.3M, and NrNCBI100-2020 at 257.1M; query sets are TS115, CASP12, and CASP13.

Baselines

  • Full UniRef90 versus size-only, homology-only, and combined reductions across seven SSP methods

Metrics

Q3/Q8
Per-residue three-state/eight-state accuracy.
Boundary: Does not fully describe secondary-structure segment boundary quality.
SOV3/SOV8
Evaluates whole-segment quality through segment overlap.
Boundary: Still depends on state mapping and averaging choices.
wall-clock time
Per-query cost on specified hardware with single-thread PSI-BLAST.
Boundary: Not a hardware-independent constant.

Reported result

The recommended 5M, less-than-25%-identity target yields 20.9-fold speedup with similar accuracy measures on UniRef 2018; reducing only to 70% identity yields about 2.1-fold speedup with slight accuracy gains.

PDF pp. 10–11 and 17–19, Table 1, Conclusions, Materials and methods

teaching-model · not a reported experiment

Teaching example (not a reported experiment)

Build a Pareto curve for a new UniRef snapshot

Teaching model: your SSP uses PSI-BLAST and the full target costs 60 minutes per query.

  1. Build full, 10M/50%, and 5M/25% targets; fix queries, versions, threads, and hardware.
  2. Repeat sampling at least ten times and record time, Q3/Q8, SOV3/SOV8, and PSSM entropy.
  3. Choose the fastest point within a prespecified accuracy tolerance instead of assuming the 2020 paper's constants still hold.

Takeaway: The strategy transfers, but the numbers must be remeasured; the optimum is jointly defined by engineering and science.

outside-scope

Evidence boundary versus FAST

“Fast” here means acceleration generally, not the FAST 2005 structure-alignment algorithm.

Lawful source and access

26 pages · SHA-256 7e58ea2921c3b61dfa68e17db256b4574c01afdd69b6781e0a56441211b28b60

Lawful open full text.

Europe PMC open-access PDF

Limits and misreadings

  • Benefits depend on how a predictor uses reference databases and evolutionary features.

Source locator map

  1. PDF pp. 3–6, Figs. 1–2
  2. PDF pp. 10–17, Table 1 and Figs. 5–7
  3. PDF pp. 17–19, Materials and methods and Fig. 8

Check understanding

  1. What is the main effect of size reduction versus homology reduction?

    Answer: The former mainly reduces time; the latter improves diversity/entropy and may slightly raise accuracy.

    Their combination forms the paper's balanced strategy.

  2. Is 20.9-fold a universal constant?

    Answer: No.

    It depends on the 2018 dataset, seven methods, PSI-BLAST, and specified hardware.

  3. Does high entropy prove good prediction?

    Answer: No; the paper shows strong correlation and proposes a mechanism.

    Independent accuracy tests are required; entropy alone should not be optimized.

Completion task: Define an accuracy tolerance for your own pipeline, design full, size-only, homology-only, and combined benchmarks, and list all controlled variables.

Paper-specific glossary

PSSM
A matrix estimating position-specific substitution preferences from homolog alignments, often used as an SSP feature.
homology reduction
Removing redundancy under a sequence-identity cutoff so retained sequences are more diverse.
Shannon entropy
Information measure of probability-distribution dispersion, used here as a proxy for PSSM complexity.
Pareto curve
The frontier showing tradeoffs where speed and accuracy cannot both be improved without limit.