Literature DB >> 35726315

SPIKES: Identification of physicochemical properties of spike proteins across diverse host species of SARS-CoV-2.

Srinivasulu Yerukala Sathipati1, Ming-Ju Tsai2, Tonia Carter3, Sanjay K Shukla3, Shinn-Ying Ho4.   

Abstract

We describe a protocol to identify physicochemical properties using amino acid sequences of spike (S) proteins of SARS-CoV-2. We present an S protein prediction technique named SPIKES, incorporating an inheritable bi-objective combinatorial genetic algorithm to determine the host species specificity. This protocol addresses the S protein amino acid sequence data collection, preprocessing, methodology, and analysis. For complete details on the use and execution of this protocol, please refer to Yerukala Sathipati et al. (2022).
© 2022 The Author(s).

Entities:  

Keywords:  Bioinformatics; Microbiology; Proteomics; Systems biology

Mesh:

Substances:

Year:  2022        PMID: 35726315      PMCID: PMC9127179          DOI: 10.1016/j.xpro.2022.101460

Source DB:  PubMed          Journal:  STAR Protoc        ISSN: 2666-1667


Before you begin

We describe the protocol to identify physicochemical properties (PCPs) of Spike (S) proteins of severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2) using the SPIKES computing platform. Here, we used amino acid sequences of S proteins of human and animal host coronaviruses (CoVs) to determine the species specificity. This protocol demonstrates the workflow of the SPIKES to identify informative PCPs of S proteins using amino acid sequence-based properties retrieved from the AAindex by Kawashima et al. (Kawashima et al., 2008). There are three major parts in this protocol, including, 1) dataset construction and preprocessing, 2) feature extraction and modeling, and 3) PCP analysis. The detailed steps involved in the protocol are shown in the Graphical abstract. The following steps explain the use of the SPIKES program and parameters to carry out the experiment. The software specifications to use the SPIKES program are provided in the key resources table. The R software environment and Perl program are required for this protocol. The latest R version (4.1.2) can be downloaded from link and R Studio from link. Perl can be downloaded from link. LIBSVM, a library of support vector machine (SVM), is necessary to run the SPIKES model files. The v3.20 version of the LIBSVM library in the C++ environment can be downloaded from link. The SPIKES prediction pipeline can be downloaded from GitHub: https://github.com/mingjutsai/SPIKES CRITICAL: To download the initial dataset, computer must have ∼4 GB of disk space. The minimum requirements to run the protocol are 8 GB RAM and 1.5 GHz quad-core processor. The SPIKES program can be performed in Mac OS/Linux platforms.

Overview of the method

Dataset preparation

Timing: ∼1–2 h The S protein sequences of the human and animal host’s CoVs can be downloaded from the Global Initiative on Sharing Avian Influenza Data (GISAID) link and National Center for Biotechnology Information (NCBI) link databases. Human and animal host coronavirus (CoV) protein sequences in FASTA format can be downloaded from GISAID and NCBI databases. Examples of sequence IDs of human and animal host CoVs and their accession links are shown in Table 1. The dataset consisting of human and animal host CoV sequences are available at Github link. The description of the FASTA format can be found at link.
Table 1

The human and animal host spike protein sequences and their available sources

Spike protein sequenceExample sequence IDAvailability
Human hostSpike|hCoV-19/Wuhan/WIV04/2019|2019-12-30|EPI_ISL_402124|Original|hCoV-19ˆˆHubei|Human|Wuhanlink
Animal hostAAY88866.1 spike glycoprotein [Bat SARS coronavirus HKU3-1link
The human and animal host spike protein sequences and their available sources Reduce the sequence redundancy and ambiguity of the sequences using CD-HIT web server (Huang et al., 2010) link. CRITICAL: The time needed depends on the data size, computer processing time and disk storage. Please check the recommended computer specifications before downloading and extracting the data from the GISAID website.

Feature extraction and modeling

Timing: ∼ 1 h Convert the FASTA sequences to a numerical dataset. Extract the PCPs from the FASTA sequences using the Amino acid index database (AAindex). Extract amino acid compositions, dipeptide compositions, and pseudo amino acid compositions from the S protein sequences for the purpose of analysis. Scaling the features is suggested before you start the data modeling. Divide the dataset into training and test sets for model training and evaluation, respectively. Use SPIKES for feature selection and model tuning. SPIKES is designed to learn the best combination of feature set and model parameters from the applied data set. SPIKES selects a subset of features from the original data and predicts the species specificity simultaneously. There are two parts in this section, first, the setting of parameters for feature selection and evaluation, and second, the setting of the search range of SVM parameters. The GA-chromosome consists of binary GA-genes for selecting informative features of PCPs and two 4-bit GA-genes for encoding the parameters C and γ of SVM. The inheritable bi-objective combinatorial genetic algorithm (IBCGA) can simultaneously obtain a set of solutions, Xr, where r=r, r + 1,…, r in a single run. In SPIKES, the radial basis function (RBF) kernel was used for the implementation of SVM. The prediction model with tuned parameters is available at link. SPIKES identifies informative features that can distinguish the S proteins of humans and animal CoVs. CRITICAL: Machine learning knowledge and programming skills are necessary to tune the parameters of SVM. Trouble shooting: A stepwise procedure and a set of recommended parameters for the SPIKES model can be accessed from link.

Physicochemical property analysis

Timing: ∼ 3 h Use Microsoft Excel or GraphPad Prism 9 to calculate the amino acid differences between human and animal host coronaviruses. Measure the amino acid compositions for all S protein sequences of human and animal host CoVs using the code provided in the following pages. Compare the amino acid composition differences between S proteins of human and animal host CoVs using the subtraction function in Excel (example [Human(A)– Animal(A)]). The expected outcome would be the differences between amino acid compositions between S proteins of human and animal host CoVs. Measure the distinguishing features, identified by SPIKES, in the S proteins of human and animal CoVs to determine how amino acid preferences differ between the S proteins of human and animal CoVs. Use the spike glycoprotein mutation surveillance dashboard from CoVsurver in GISAID to explore mutations in the CoV variant of interest. Download and install UCSF Chimera software for protein structure visualization from link.

Key resources table

Step-by-step method details

Data collection and preprocess

Timing: ∼2 h This section describes download of the S protein sequence data from GISAID and NCBI databases. User registration is required to download the data from GISAID link. First, log in to the GISAID database, search for the SARS-CoV virus in the search box. Select the host (human/others), and download the S protein sequences in FASTA format. Human and animal host CoV S protein sequences can be obtained from the NCBI database using the search terms “S protein” and “SARS-CoV”. A description of acquired data from the GISAID and NCBI databases, and an example of the FASTA file format is shown in Figures 1A and 1B.
Figure 1

Screenshots showing spike protein data acquisition from databases

(A and B) (A) Displaying SARS-CoV-2 data from GISAID and (B) NCBI databases. An example of amino acid sequence in FASTA format.

Screenshots showing spike protein data acquisition from databases (A and B) (A) Displaying SARS-CoV-2 data from GISAID and (B) NCBI databases. An example of amino acid sequence in FASTA format. Preprocessing the FASTA sequence data. The human and animal FASTA sequences must be formatted independently. The input must be all the S protein sequences of human/animal in bulk. The Initial dataset consisted of several thousand S protein sequences of spike human (spike-H) and spike animals (spike-A). Because amino acid changes are a crucial factor for disease transmission, we considered 99% sequence identity in the redundancy reduction process. Use the CD-HIT web server to reduce the sequence redundancy. Go to the CD-HIT we bserver at link. Load query FASTA sequence file under cd-hit tab. Choose sequence identity cut-off value of 0.99. Algorithm parameters: select ‘yes’ to the ‘use global sequence identity’ and ‘sequence is clustered to the best cluster that meet the threshold’. Set bandwidth of alignment to 20 and length of sequence to skip to 10. Alignment coverage parameters: set a default value ‘0’ for minimal alignment coverage (fraction) for the longer sequence, minimal alignment coverage (fraction) for the shorter sequence, and minimal length similarity (fraction). Set ‘unlimited’ to the maximum unaligned part (amino acids/bases) for the longer sequence, maximum unaligned part (amino acids/bases) for the shorter sequence, and maximum length difference in amino acids/bases(-S). User may change or use default options for algorithm parameters and alignment coverage parameters. Click on submit button. Users can also use the protein-to-protein BLAST option from the BLAST server link to determine the sequence similarity between two protein sequences. Exclude ambiguous FASTA sequences by removing any protein sequences containing special characters, such as ‘B, J, O, U, X and Z’, that do not represent a specific amino acid. After sequence redundancy reduction and accounting for uncertainties, the dataset consisted of 211 and 611 S protein sequences of spike-H and spike-A, respectively. For analysis, select the 211 spike-H proteins and a random sample of the 611 spike-A proteins. This will produce a final balanced dataset consisting of 211 and 211 S protein sequences of spike-H and spike-A, respectively. It could take ∼2 h for downloading the desired/updated SARS-CoV-2 sequences and preprocessing, which depend on the speed of the Internet connection and the computer processor. CRITICAL: Ensure you have sufficient storage on your computer before downloading data from GISAID. Downloading and extracting the initial dataset from GISAID requires ∼ 4 GB of disk space.

Feature extraction

Timing: ∼1 h The AAindex database contains numerical indices representing the PCPs of amino acids (Kawashima et al., 2008). Each index represents a different PCP and has 20 values, one for each of the 20 naturally occurring amino acids. SPIKES adopted 531 PCPs retrieved from the AAindex database as candidate features to distinguish S proteins of diverse CoV strains. The original CoVs’ amino acid sequences were converted into AAindex numerical indices according to the 531 PCP values. That is, each amino acid in the sequence was represented by the 531 index values for that amino acid in the AAindex. The feature representation of the 531 PCPs is described as follows: Collect the spike protein sequences from the dataset. Calculate the amino acid composition l(aa) of a sequence for the ith amino acid aa of 20 amino acids and encode the protein sequence of variable length into the feature vector with a length of 531 properties. The AAindex matrix is provided in link. Calculate the feature value of the p physicochemical property, PCP(p), of a spike protein, where p=1, 2, …, 531. Before converting the FASTA sequence into AAindex features, users are required to compile the AAindex to get the executable program. >git clone https://github.com/mingjutsai/SPIKES >cd SPIKES >src/aaindex >make

Feature selection and model tuning

Timing: ∼1 h Feature selection and model tuning are the core of this workflow. Feature scaling helps to normalize the features within a specific range. Scaling maps the feature values into the {-1, 1} or {0, 1} interval. The feature scaling to the dataset can be applied using “svm-scale”, a regular program provided by LIBSVM. The feature values were scaled in to the range of -1 and +1. The feature scaling of the dataset is provided in the link. >cd SPIKES >src/libsvm_320 >make Usage: svm-scale [options] data filename Options -l lower : x scaling lower limit (default -1) -u upper : x scaling upper limit (default +1) -y y_lower y_upper : y scaling limits (default: no y scaling) -s save_filename : save scaling parameters to save_filename -r restore_filename : restore scaling parameters from restore_filename The training and test data should apply the same scaling parameter. For more information, please refer LIBSVM website and download its SVM package: link.

Feature selection

Timing: ∼2–3 h The SPIKES was developed using SVM (Vapnik, 1999) incorporating an optimal feature selection algorithm, IBCGA (Ho et al., 2004) to select informative features from a large number of candidate features. SPIKES selects important PCPs of S proteins and distinguishes the human host from the animal host coronaviruses simultaneously. Further details of the feature selection algorithm could be found in these studies (Tung and Ho, 2007) and (Tung and Ho, 2008). The parameter tuning of SVM can also be found in the study (Yerukala Sathipati and Ho, 2021). The steps involved in the feature selection process is depicted in Figure 2.
Figure 2

The steps involved in feature selection algorithm

The steps involved in feature selection algorithm The steps involved in IBCGA are as follows: : (Data Preparation) Compile the training sets from spike-H and spike-A for developing and evaluating the SPIKES method. : (Initialization) Randomly generate an initial population of N individuals. N = 50, r = 50, r = 10, and r = r. : (Evaluation) Evaluate the fitness value of all individuals using the fitness function that is the prediction accuracy in terms of 10-fold cross-validation (10-CV). : (Selection) Use a conventional tournament selection method that selects the winner from two randomly selected individuals to generate a mating pool. : (Crossover) Select two parents from the mating pool to perform an orthogonal array crossover operation. : (Mutation) Apply a conventional bit mutation operator to GA-genes of SVM parameters and a swap mutation to the binary GA-genes for keeping r selected features. The best individual was not mutated for the elite strategy. : (Termination test) If the stopping condition for obtaining the solution X is satisfied, output the best individual as the solution X. Otherwise, go to step 2. : (Inheritance) If r > r, randomly change one bit from 1 to 10 in the binary genes for each individual. Decrease the number r by one and go to step 2. Otherwise, stop the algorithm. : (Output) Obtain a set of m features in total for PCPs, from the best solution X among the solutions X, where r = r, r + 1,… , r. The SPIKES model file to select the PCPs has been provided at link. First train the SPIKES-Training data using the SPIKES model file and validate on SPIKE-Test data. The usage of datasets and SPIKES is provided at link.

Physicochemical properties identification

Timing: ∼10 min We’ve built an easy-to-use prediction pipeline from protein FASTA to prediction results using 11 informative features (Table 2) prediction model.
Table 2

Informative physicochemical properties obtained using SPIKES

Aaindex IDFeature description
1RACS820104Average relative fractional occurrence in EL(i) (Rackovsky and Scheraga, 1982)
2ROBB760101Information measure for alpha-helix (Robson and Suzuki, 1976)
3RACS820109Average relative fractional occurrence in AL(i-1) (Rackovsky and Scheraga, 1982)
4GEIM800105Beta-strand indices (Geisow and Roberts, 1980)
5QIAN880137Weights for coil at the window position of 4 (Qian and Sejnowski, 1988)
6PRAM820103Correlation coefficient in regression analysis (Prabhakaran and Ponnuswamy, 1982)
7JOND920102Relative mutability (Jones et al., 1992)
8NAKH920103Amino acid composition of EXT of single-spanning proteins (Nakashima and Nishikawa, 1992)
9OOBM850101Optimized beta-structure-coil equilibrium constant (Oobatake et al., 1985)
10CHAM830104The number of atoms in the side chain labeled 2+1 (Charton and Charton, 1983)
11ROBB760103Information measure for middle helix (Robson and Suzuki, 1976)
Create an output folder for prediction results and use the following command to conduct the SPIKES prediction pipeline: >mkdir output >perl SPIKES_main.pl protein.fa output Informative physicochemical properties obtained using SPIKES

Physicochemical property analysis

Timing: ∼2–3 h Use the PCPs selected by the SPIKES model for comparing features between the S proteins of human and animal CoVs. Measure the PCPs for Spike-H and Spike-A to compare the property differences in human and animal host CoVs. Measure the amino acid and dipeptide compositions. The values of f(aa) were calculated for the Spike-H and Spike-A where i=1,…, 20. The feature set of DPC is represented as a feature vector of length 400 for the dipeptides, (i.e., AA, AC…. YY). The feature set of PseAAC is represented as a feature vector of length 80 for the AAC and PseAAC for hydrophilicity and hydrophobicity. The amino acid and dipeptide conversion can be done using the following sequence conversation code via R studio. >library(seqinr) > Human <- read.fasta('Human.fasta', seqtype="AA", as.string = TRUE) >NonHuman <- read.fasta('nHuman.fasta', seqtype="AA", as.string = TRUE) #Check for non-amino acids in the FASTA sequence >Human[(sapply(Human, protcheck))] >NonHuman [(sapply(NonHuman, protcheck))] #AAC and DPC Feature extraction AAC <- t(sapply(Human, extractAAC)) DPC <- t(sapply(Human, extractDC)) # Do the same for NonHuman host coronavirus sequences Below is the list of PCPs obtained from SPIKES. Users may get a different set of features by using a larger S protein dataset and modifying the tuning of search parameters. To determine the significance of compositional changes in amino acids in S protein from different strains of CoVs, the user may use the hCoV-19 spike glycoprotein mutation surveillance dashboard from GISAID. Login into the GISAID webpage. Select EpiCoV > spike glycoprotein mutation surveillance. The specific amino acid changes in S proteins have been implicated in increasing the infectivity and virulence of new variants. User may use GISAID data statistics to examine the amino acid changes in S protein that increased the infectivity in emerging new variants. Users can use Chimera protein visualization software to visualize the S protein structure in .pdb format and observe the amino acid preferences in alpha helices and beta sheets. Visit the Chimera URL link and download and install the software. Visit the Protein Data Bank URL link. Search for the S protein (e.g., PDB: 6VXX). Download the protein structure in .pdb format. Open the 6VXX.pdb file in the Chimera protein visualization software. File > open > 6VXX.pdb.

Expected outcomes

The expected outcome from SPIKES includes the prediction probability of distinguishing human and animal host CoVs. The normalized probabilities less than 0.5 are predicted to be human host spike proteins, those greater than 0.5 are animal host spike proteins. The results format is as shown on the Github page link. The comparison analysis of PCPs reveals the amino acid preferences for each property between human and animal host CoVs. A PCP is compared between human and animal host CoVs as shown in Figure 3. The PCP values can be calculated for the human and animal host CoVs using Microsoft Excel or Graphpad Prism.
Figure 3

The comparison of physicochemical property (AAindex ID: RACS820104) between spike proteins of human and animal host coronaviruses

The ID RACS820104 represents the average relative fractional occurrence in EL(i).

The comparison of physicochemical property (AAindex ID: RACS820104) between spike proteins of human and animal host coronaviruses The ID RACS820104 represents the average relative fractional occurrence in EL(i). PCPs could be calculated using the following code or either using an Excel sheet. In Excel enter the PCP values from the AAindex link in one column and multiply with the amino acid composition values of either S protein sequences of human or animal. Next, the amino acid composition of S proteins between human and animal host CoVs can be compared as shown in Figure 4.
Figure 4

The comparison of amino acid compositions between spike proteins of human and animal host coronaviruses

The comparison of amino acid compositions between spike proteins of human and animal host coronaviruses An important property identified by SPIKES is JOND920102, which describes the degree of sequence differences among species, termed as ‘Relative mutability’ by Jones et al. (Jones et al., 1992). The relative mutability of amino acids demonstrates the amino acid changes that occur over time. Recurrent mutations are one of the crucial factors for the ongoing adaption of SARS-CoV-2 to the human host (van Dorp et al., 2020). To determine the significance of compositional changes in amino acids in S proteins from different strains of CoVs, we compared changes between Rousettus bat coronavirus (GenBank: AOG30822.1) and hCoV/wuhan/WIV05/2019 strain using the hCoV-19 spike glycoprotein mutation surveillance dashboard, GISAID. The results of the comparison are shown in Figure 5. Next, we used GISAID data statistics to examine the amino acid changes in the S protein that increased the infectivity in emerging new variants. The amino acid changes that increased the infectivity in different variants are shown in Table S1. Users may get more details on emerging variants from link.
Figure 5

Spike glycoprotein complex

Spike glycoprotein (PDB: 6ACJ, EM 4.2 Angstrom) in complex with ACE2 (green ribbon) showing the amino acid changes that occurred between Rousettus bat coronavirus (GenBank: AOG30822.1) and hCoV/Wuhan/WIV05/2019. The mutations in different strains are shown as colored balls.

Spike glycoprotein complex Spike glycoprotein (PDB: 6ACJ, EM 4.2 Angstrom) in complex with ACE2 (green ribbon) showing the amino acid changes that occurred between Rousettus bat coronavirus (GenBank: AOG30822.1) and hCoV/Wuhan/WIV05/2019. The mutations in different strains are shown as colored balls. From our previous analysis, we observed that the average hydrophobicity index for the hydrophobic amino acids of the S proteins in human host CoVs (0.18 ± 0.18) was slightly larger than that in animal CoVs (0.17 ± 0.14) (Yerukala Sathipati et al., 2022). To measure the surface hydrophobicity of an S protein, the Chimera protein visualization software can be used to view the protein structure. The surface hydrophobicity of an S protein is shown in Figure 6.
Figure 6

Secondary structure and surface hydrophobicity of spike protein 6VXX

Secondary structure and surface hydrophobicity of spike protein 6VXX

Quantification and statistical analysis

The PCP comparison analysis was used to calculate the mean ± standard deviation of each PCP. The Student’s t test was used to compare group means between human and animal host CoVs; p < 0.05 indicates statistical significance. The LiBSVM package (Chang and Lin, 2011) was used to classify S proteins as being derived from human or animal host CoVs. Additional details can be found at link.

Limitations

The SPIKES method described has some limitations. Using different feature selection algorithms and classifiers can produce contradictory predictions for the same dataset. However, the robust SPIKES model was selected after 50 independent runs of IBCGA. We provided the stepwise procedure at link. Here, we only extracted the amino acid sequence-based features. However, the function of an S protein also could be influenced by the stoichiometry of its complex with the ACE2 receptor. Including a greater amount of S protein sequence data in the analysis could influence the selection of PCPs. It is a possibility that features selected using modified or alternative approaches might overlap, at least partially, with properties selected by SPIKES. Second, this study used data from GISAID until a certain period (May 2021); therefore, the inclusion of updated data may add to the significance of PCPs and amino acid compositions. Third, in vivo-based experimental validation and molecular docking studies could further strengthen the findings.

Troubleshooting

Problem 1

Protein sequences are not converting into AAindex properties.

Potential solution

Ensure all sequences are in FASTA format. None of the amino acid sequences should contain uncertainties like ‘B, J, O, U, X, Z’ or other non-amino acid codons. FASTA files and aaindex.exe files should be in the same working directory.

Problem 2

AA index conversion and scaling the FASTA sequences. Commands are case sensitive. Sequence files and executable files should be in the same working directory.

Problem 3

Getting errors in modeling. Please follow the instructions on the Github page link for the input FASTA format and generating prediction results.

Problem 4

How to extract the physicochemical property values from AAindex? Please use the AAindex matrix values provided in the link.

Problem 5

How to perform mutational analysis? Please use the CoVsurver mutation analysis application link from GISAID to perform the analysis.

Resource availability

Lead contact

Further information and requests for resources and reagents should be directed to and will be fulfilled by the technical contact and lead contact, Ming-Ju Tsai (mingjutsai@hsl.harvard.edu) and Srinivasulu Yerukala Sathipati (sathipathi.srinivasulu@marshfieldclinic.org).

Materials availability

This study did not generate new unique reagents.
REAGENT or RESOURCESOURCEIDENTIFIER
Deposited data

Spike protein sequencesGlobal Initiative on Sharing Avian Influenza DataGISAID - Initiative
Spike protein sequencesNational Center for Biotechnology InformationNational Center for Biotechnology Information (nih.gov)

Software and algorithms

Support vector machineChang and Lin (2011)LIBSVM -- A Library for Support Vector Machines (ntu.edu.tw)
Sequence redundancyHuang et al., 2010http://weizhong-lab.ucsd.edu/cdhit-web-server/cgi-bin/index.cgi
PerlPerl programhttps://www.perl.org/get.html
R studioThe R projecthttps://www.rstudio.com/products/rstudio
Protein structure visualizationUCSF Chimerahttps://www.rbvi.ucsf.edu/chimera/
Inheritable bi-objective combinatorial genetic algorithmHo et al. (2004)Inheritable genetic algorithm for biobjective 0/1 combinatorial optimization problems and its applications - PubMed (nih.gov)
SPIKES methodsThis paperhttps://github.com/mingjutsai/SPIKEShttps://doi.org/10.5281/zenodo.6502505
Supplemental informationThis paperhttps://data.mendeley.com/datasets/6s9wt7zzxz/1https://doi.org/10.17632/6s9wt7zzxz.1
  14 in total

1.  Inheritable genetic algorithm for biobjective 0/1 combinatorial optimization problems and its applications.

Authors:  Shinn-Ying Ho; Jian-Hung Chen; Meng-Hsun Huang
Journal:  IEEE Trans Syst Man Cybern B Cybern       Date:  2004-02

2.  Conformational properties of amino acid residues in globular proteins.

Authors:  B Robson; E Suzuki
Journal:  J Mol Biol       Date:  1976-11-05       Impact factor: 5.469

3.  POPI: predicting immunogenicity of MHC class I binding peptides by mining informative physicochemical properties.

Authors:  Chun-Wei Tung; Shinn-Ying Ho
Journal:  Bioinformatics       Date:  2007-03-24       Impact factor: 6.937

4.  An overview of statistical learning theory.

Authors:  V N Vapnik
Journal:  IEEE Trans Neural Netw       Date:  1999

5.  Predicting the secondary structure of globular proteins using neural network models.

Authors:  N Qian; T J Sejnowski
Journal:  J Mol Biol       Date:  1988-08-20       Impact factor: 5.469

6.  The dependence of the Chou-Fasman parameters on amino acid side chain structure.

Authors:  M Charton; B I Charton
Journal:  J Theor Biol       Date:  1983-05-07       Impact factor: 2.691

7.  Emergence of genomic diversity and recurrent mutations in SARS-CoV-2.

Authors:  Lucy van Dorp; Mislav Acman; Damien Richard; Liam P Shaw; Charlotte E Ford; Louise Ormond; Christopher J Owen; Juanita Pang; Cedric C S Tan; Florencia A T Boshier; Arturo Torres Ortiz; François Balloux
Journal:  Infect Genet Evol       Date:  2020-05-05       Impact factor: 3.342

8.  Identification and Characterization of Species-Specific Severe Acute Respiratory Syndrome Coronavirus 2 Physicochemical Properties.

Authors:  Srinivasulu Yerukala Sathipati; Shinn-Ying Ho
Journal:  J Proteome Res       Date:  2021-04-15       Impact factor: 4.466

9.  CD-HIT Suite: a web server for clustering and comparing biological sequences.

Authors:  Ying Huang; Beifang Niu; Ying Gao; Limin Fu; Weizhong Li
Journal:  Bioinformatics       Date:  2010-01-06       Impact factor: 6.937

10.  Computational identification of ubiquitylation sites from protein sequences.

Authors:  Chun-Wei Tung; Shinn-Ying Ho
Journal:  BMC Bioinformatics       Date:  2008-07-15       Impact factor: 3.169

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.