Literature DB >> 28968748

RUCS: rapid identification of PCR primers for unique core sequences.

Martin Christen Frølund Thomsen1, Henrik Hasman2, Henrik Westh3,4, Hülya Kaya2, Ole Lund1.   

Abstract

MOTIVATION: Designing PCR primers to target a specific selection of whole genome sequenced strains can be a long, arduous and sometimes impractical task. Such tasks would benefit greatly from an automated tool to both identify unique targets, and to validate the vast number of potential primer pairs for the targets in silico.
RESULTS: Here we present RUCS, a program that will find PCR primer pairs and probes for the unique core sequences of a positive genome dataset complement to a negative genome dataset. The resulting primer pairs and probes are in addition to simple selection also validated through a complex in silico PCR simulation. We compared our method, which identifies the unique core sequences, against an existing tool called ssGeneFinder, and found that our method was 6.5-20 times more sensitive. We used RUCS to design primer pairs that would target a set of genomes known to contain the mcr-1 colistin resistance gene. Three of the predicted pairs were chosen for experimental validation using PCR and gel electrophoresis. All three pairs successfully produced an amplicon with the target length for the samples containing mcr-1 and no amplification products were produced for the negative samples. The novel methods presented in this manuscript can reduce the time needed to identify target sequences, and provide a quick virtual PCR validation to eliminate time wasted on ambiguously binding primers.
AVAILABILITY AND IMPLEMENTATION: Source code is freely available on https://bitbucket.org/genomicepidemiology/rucs. Web service is freely available on https://cge.cbs.dtu.dk/services/RUCS. CONTACT: mcft@cbs.dtu.dk. SUPPLEMENTARY INFORMATION: Supplementary data are available at Bioinformatics online.
© The Author(s) 2017. Published by Oxford University Press.

Entities:  

Mesh:

Substances:

Year:  2017        PMID: 28968748      PMCID: PMC5860091          DOI: 10.1093/bioinformatics/btx526

Source DB:  PubMed          Journal:  Bioinformatics        ISSN: 1367-4803            Impact factor:   6.937


1 Introduction

Polymerase chain reaction (PCR) is one of the most important scientific advances in molecular biology. It is an inexpensive technology for copying a specific sequence of DNA. PCR is an indispensable tool for medical, forensic and research applications. PCR is used for detection and identification of infectious disease agents and for typing and characterization of virulence and resistance genes. It can be a laborious and often iterative process to design and find primers that only produce the expected amplicons in a PCR reaction. The genome the primers are to bind to can be huge, and the primers may bind to DNA even if the match is not perfect. This unspecific priming can lead to problems with false positive results when PCR is used for detection purposes, or create wrong products for DNA amplification. Several bioinformatics tools able to help identifying good primer candidates and reduce the amount of false positive results already exist. Among these tools, the most prominent are ssGeneFinder, Primer3 and PrimerBLAST (Ho ; Untergasser ; Ye ). ssGeneFinder utilizes the BLAST method to find DNA sequences which are unique to a given dataset (Camacho ). Primer3 provides a tool for predicting suitable PCR primers for a given DNA sequence. PrimerBLAST expands the usefulness of Primer3 by also allowing for exclusion of primers matching a given database. Combining these tools provides a possibility to find PCR primer candidates, but the process is not optimal and requires several manual steps to achieve relevant primer candidates. In addition, the ssGeneFinder tool is very specific and will thus miss small unique sequences, like single nucleotide polymorphisms (SNPs) or small insert/deletion. We have not been able to find any tools that predict if a PCR reaction will lead to problems with unspecific priming, and which work directly on draft genomes. This means that it is often necessary to employ an iterative process with different primer pairs in the lab before a suitable pair is found. The closest tool we could find was FastPCR, but we were not able to make this tool work with draft genomes (Kalendar ). Here we present two novel methods to ease the burden of PCR primer design. The first method (Method 1) is a fast and sensitive method for identifying unique core sequences for a given dataset of positive and negative genomes. The second method (Method 2) combines the primer pair prediction of Primer3, with a novel in silico PCR product validation method, which predicts amplicons for PCR primer pairs against a positive and a negative set of references. The results of Primer3 and the PCR validation are then used to sort the pairs according to their PCR performance.

2 Materials and methods

2.1 Datasets and samples

Two separate studies were undertaken to test the methods described in this manuscript and compare them to existing methods. The dataset described by Ho et al. in relation to validating the ssGeneFinder software (Ho ) was used for comparing Method 1 to ssGeneFinder. This dataset contained 9 Escherichia coli draft genomes in the positive dataset, and 94 Escherichia coli, one Escherichia albertii, one Escherichia fergusonii, ten Shigella and 39 Salmonella enterica draft genomes in the negative dataset. The second study was an in vitro laboratory PCR validation of three primer pairs predicted by combining Method 1 and Method 2 on a separate dataset. The dataset used for study two consisted of 25 Escherichia coli (EC) samples, which had also previously been subjected to whole genome sequencing: six previously published EC samples containing the mcr-1 gene conferring transferable colistin resistance (Hasman ) and 19 previously published EC samples lacking mcr-1 gene (Roer ). In addition, three EC samples, which were not included in the dataset, were included in the PCR evaluation. One sample with the mcr-1 gene was added as a positive control, one sample without the mcr-1 gene was added as a negative control (Roer ), and one sample with the mcr-2 gene, which has 76.7% nucleotide identity to mcr-1 (Xavier ), was added as a negative control for the specificity of the method.

2.2 Method 1: Identification of unique core sequences

The first method performs the task of identifying sequences unique to the given dataset. Figure 1 illustrates the workflow of the first part.
Fig. 1

Flowchart depicting the process of Method 1. The three blue parallelogram boxes in the top indicate user input, the two green parallelogram boxes in the bottom indicate output, and the red dashed arrow indicates that the reference can be automatically chosen among the positive genomes. The method is based on a k-mer approach (converting DNA sequences to overlapping oligo nucleotide of length k). This approach is very fast and very accurate, but it leaves one with a result in the unfriendly k-mer space which is not that useful. To solve that, the k-mers are combined to form longer sequences. First, the k-mers are aligned to the reference. Second, the aligned k-mer sequences are used to build a scaffold matrix. Last, a consensus sequence is inferred from the scaffold matrix (Color version of this figure is available at Bioinformatics online.)

Flowchart depicting the process of Method 1. The three blue parallelogram boxes in the top indicate user input, the two green parallelogram boxes in the bottom indicate output, and the red dashed arrow indicates that the reference can be automatically chosen among the positive genomes. The method is based on a k-mer approach (converting DNA sequences to overlapping oligo nucleotide of length k). This approach is very fast and very accurate, but it leaves one with a result in the unfriendly k-mer space which is not that useful. To solve that, the k-mers are combined to form longer sequences. First, the k-mers are aligned to the reference. Second, the aligned k-mer sequences are used to build a scaffold matrix. Last, a consensus sequence is inferred from the scaffold matrix (Color version of this figure is available at Bioinformatics online.) The method takes two inputs, a set of genomes containing some common genetic feature (referred to as the positive dataset), and a set of genomes that does not contain this genetic feature (referred to as the negative dataset). The genomes provided can be either draft genomes or closed genomes, and the format must be FASTA. To convert the raw sequencing reads to draft genomes, we recommend using a good assembler. The better the quality of the assemblies, the better the results from this method. The method also has the option of selecting a reference genome, this genome is used solely to map the k-mer, and as such it should be part of the positive set of genomes. The default reference is the first of the positive genomes, but for the best results, we recommend using the best assembled positive genome as the reference.

2.2.1 Extraction of k-mers

A k-mer is an oligonucleotide consisting of k bases. A k-mer extraction refers to the extraction of all overlapping and non-overlapping k-mers for a given sequence. The default k-mer size is 20, which was found to give a good balance between specificity and sensitivity. If the k-mer size is too short, too many k-mers will be present in the negative dataset, and if the k-mer size is too long, then the positive dataset will have too few k-mers in common. Both the k-mers on the forward and the reverse strand are used.

2.2.2 Finding intersecting k-mers

The k-mers across all the positive samples are compared, and only those common to all will be kept as the positive core k-mers.

2.2.3 Aligning k-mers to the reference

The k-mers are mapped to the reference genome through BWA alignment (Li and Durbin, 2009). Only the forward strand of the reference and only perfect matches are considered, and since all k-mers are present in the reference, either the k-mer or its reverse complement is bound to be present.

2.2.4 Finding complementing k-mers

All positive core k-mers that are found in any of the negative samples are removed from the resulting unique core k-mers.

2.2.5 Building scaffold matrices

The pre-aligned k-mers are piled up and a position-wise stack count is computed. Basically, this means that a count is logged for each position in the scaffolds, based on the number of overlapping k-mers. This count is an integer between 0 and the k-mer size, and it can later be used to estimate how likely a given position is to be unique.

2.2.6 Extracting consensus sequences

The consensus sequence for each segment of overlapping k-mers is extracted and stored as a FASTA file (referred to as contigs). Using the contigs, the method generates a scaffold FASTA file mimicking the reference, but where all bases not found in the contigs are stored as n's. In addition to the normal scaffolds, the method creates another FASTA file (referred to as dissected scaffolds), where all n-stretches longer than x bases are cut out, and the resulting fragments stored as separate dissected scaffolds. The default value of x is 1000, which fits well with the maximum length one would want in classic PCR (x is modified according to the user set max amplicon length). This dissected scaffold format is important for the utilization of the methods sensitivity, as just a single SNP in the positive core sequences causes the sequence to be split in two contigs. By providing the dissected scaffold to the Primer3 software, in the next method, the software is able to make suggestions across the contigs (Untergasser ).

2.3 Method 2: PCR in silico simulation

The second method finds potential PCR primer pair candidates in the provided template sequences and simulates an in silico PCR reaction for all primer pair candidates against all samples, both positive and negative, in the dataset. When using Method 1 in combination with Method 2, the template sequences are the dissected scaffold sequences. Figure 2 illustrates the workflow of this method. Just as for Method 1, Method 2 also needs a positive and negative set of genomes in FASTA format as input.
Fig. 2

Flowchart depicting the process of Method 2. As with figure 1, the three blue parallelogram boxes in the top are input and the green parallelogram box in the bottom is output. To find potential primer pairs, the well-used Primer3 software package is utilized on the template sequences. The identified primers are then aligned to all the provided genomes, and potential alignments to the genomes are stored with the primers. The primers are then ranked and sorted according to their suitability. In the end, each pair is tested for PCR products against all references, and afterwards sorted according to their PCR performance (Color version of this figure is available at Bioinformatics online.)

Flowchart depicting the process of Method 2. As with figure 1, the three blue parallelogram boxes in the top are input and the green parallelogram box in the bottom is output. To find potential primer pairs, the well-used Primer3 software package is utilized on the template sequences. The identified primers are then aligned to all the provided genomes, and potential alignments to the genomes are stored with the primers. The primers are then ranked and sorted according to their suitability. In the end, each pair is tested for PCR products against all references, and afterwards sorted according to their PCR performance (Color version of this figure is available at Bioinformatics online.)

2.3.1 Finding potential primer pairs (Primer3 software)

The method starts by running the provided template sequences through the Primer3 software (via the Python package). The Primer3 software locates around 10 000 primer pair candidates for a sequence at a time. From these results, the primer sequences (and probes) are extracted to a file. The Primer3 software supports identification of hybridization probes, this option is also integrated in Method 2, so all mentions of primer pairs also imply a probe, when this option is selected.

2.3.2 Aligning primers to the genomes

All the primer and probe sequences are BLASTed against all of the positive and negative genomes with loose BLAST settings to find potential binding location (Camacho ).

2.3.3 Filtering unlikely binding locations

By leaving the BLAST settings unconstrained, improbable alignments are inevitable. To get rid of these unlikely binding location, the alignments are analyzed, graded and filtered according to the default grading scheme shown in Table 1. The filtering process happens in two steps. First filtering step compares the sequence similarity of the alignment, and all matches with less than 60% similarity get the grade 0 and are excluded from filtering step 2. After this first filtering step, all the alignments undergo a hetero dimer thermodynamic analysis using the Primer3 software. A melting temperature (Tm) prediction above 0 °C gets grade 1, a Tm prediction above 47 °C gets grade 2, a Tm prediction within 5 °C of the target temperature gets grade 3 and a Tm prediction within 1 °C of the target temperature gets grade 4. All alignments below the default threshold grade (2) are considered unlikely binding locations, and are removed from the alignments.
Table 1.

Hetero dimer melting temperature (Tm) grading scheme

GradeDescriptionRule
0No primingAlignment similarity < 0.6 or Tm < = 0 °C
1Unlikely primingAlignment similarity > 0.6 and Tm < 47 °C
2Potential primingTm > 47 °C
3Probable primingTm = 60 °C ± 5 °C
4Definite primingTm = 60 °C ± 1 °C

Note: The 60 °C is the default annealing temperature. These threshold values can be modified in the settings file.

Hetero dimer melting temperature (Tm) grading scheme Note: The 60 °C is the default annealing temperature. These threshold values can be modified in the settings file.

2.3.4 Identification of probable PCR products

With the primers' priming potential computed, each pair is analyzed with regards to the PCR products produced for each genome in the datasets.

2.3.5 Identification of best primer pairs

The primer pairs are ranked according to their suitability. A perfect pair will only produce the target product size (or produce an amplicon with a binding probe sequence for qPCR) for all the positive samples, and no product can be present in any of the negative samples. The further away from perfect, the worse the ranking. The top picks are presented first. To help the user select the best pair(s), the second method will perform a BLASTx search against the RefSeq protein database to annotate the resulting amplicons of the pairs with useful information (Agarwala ; Camacho ).

2.4 The tool

The tool containing the two methods presented in this manuscript has been dubbed Rapid identification of PCR primers for Unique Core Sequences (RUCS). The source code for RUCS is freely available. The tool was implemented in Python, and has several dependencies such as BLAST and BWA. To make the tool easy to install, the tool has been installed in a Docker container, and the image can be found at Docker Hub. To make the use of the tool even more convenient, an online webserver has been set up to run the service. However, due to server constraints, the webserver is limited as to how many genomes and template sequences that can be processed per submission. The RUCS API provides six different entry points, which are all available from the web service: The parentheses next to each entry point describe which method or third party software is responsible for the results. Combine the two methods described in this manuscript for a full run to design PCR primer pairs for the unique cores sequences of a positive dataset versus a negative dataset (Method 1 + Method 2). Find sequences which are unique to a dataset of positive samples compared to a dataset of negative samples (Method 1). Identify PCR primer pairs for a given set of sequences (Method 2). Run PCR in silico, for a given set of primer pairs against a given set of references (Method 2 without primer design and sorting). Annotate a given set of sequences for protein annotations from the NCBI RefSeq database (BLAST). Show PCR statistics for a given primer set to a given template (Primer3). For each run, a statistics log is generated containing information such as: processing time for each part of the program, sequence analysis details, Primer3 scanning details, primer binding prediction analysis details and PCR product analysis details.

3 Results

To test and validate the two methods presented in this manuscript, two separate studies were conducted.

3.1 Summary of Study 1: comparison to ssGeneFinder

This first study, which compared Method 1 to ssGeneFinder, showed that Method 1 was able to identify 6.5–20 times more unique sequence data and 2.4 times more eligible primer binding sites compared to ssGeneFinder, with only a marginal increase in compute time (∼38%). For the full study, see Supplementary File S1.

3.2 Summary of Study 2: PCR validation

The second study was an in vitro laboratory PCR validation of three primer pairs predicted by combining Method 1 and Method 2 on an EC dataset where the positive genomes were known to contain the mcr-1 gene. Running the dataset of 6 EC samples containing the mcr-1 gene and 19 EC samples known not to have the mcr-1 gene through Method 1 produced a single dissected scaffold above the threshold of 300 bp and containing the mcr-1 gene. Running this dissected scaffold through Method 2 produced 9986 eligible PCR primer pair candidates of which we randomly chose three pairs for further in vitro PCR validation (Table 2).
Table 2.

List of the three PCR Primer Pairs chosen for in vitro PCR validation

NameAmplicon sizeForward primerReverse primer
1-mcr14085′- ATTATCCGACTTGGGGCAAGG -3′5′- CGCACGATGTGACATTGCTAA -3′
2-mcr-13825′- ACGCCAGTGTGTGAAGGTAAT -3′5′- CGGTGCGGTCTTTGACTTTG -3′
3-mcr-13065′- CTGACACTTATGGCACGGTCT -3′5′- TCGGATTGACATAGCTACGCA -3′

Note: Size is provided in bases.

List of the three PCR Primer Pairs chosen for in vitro PCR validation Note: Size is provided in bases. For the in vitro PCR validation experiment, we added three additional EC samples, one extra mcr-1 positive strain, one extra mcr-1 negative strain and one strain carrying the mcr-2 gene. The 28 EC samples were then combined with all combinations of the PCR primer pairs, giving a total of 84 PCR reactions. The results of the 84 PCR reactions showed that the output from running a combination of Method 1 and Method 2 on dataset 2 is able to predict useful PCR primer pairs. In this case, all three primer pairs were able to identify all strains containing the mcr-1 gene, while they did not produce any visible PCR amplification from the mcr-1 negative strains or from the strain carrying mcr-2 gene. See Supplementary File S2 for more details.

4 Discussions

Here we present a sensitive and specific method for finding primers that target regions uniquely shared among all samples in a positive genome dataset but not found in any samples from a negative set. It is validated both by an in silico benchmarking set and by experimental analysis. A wise selection of negative samples is imperative for avoiding primer pairs that target undesired regions. The combination of Method 1 and 2 selectively finds primer pairs, which do not produce an amplicon for any of the negative samples included in the training data. This, however, does not ensure that the identified pairs will not bind to negative samples excluded from the training data. As the ssGeneFinder tool utilizes BLAST to identify similar DNA targets, it is better suited for finding targets with some degree of sequence variation among the positive samples, whereas Method 1 is more stringent and only reports exact sequence matches. Also for Method 1, those sequence matches need to be present in all the positive samples, whereas ssGeneFinder allows for a fraction of the samples not to have the target. Even though we showed that Method 1 is more sensitive than ssGeneFinder, the opposite might also be true in some cases. Thus, it is important to know what one is looking for, before choosing any single method.

5 Conclusion

Here we presented two novel methods which can be combined to create a tool for identifying highly specific PCR primer pairs that bind uniquely to a positive dataset, and the tool does not make any PCR product for the negative dataset. We have compared Method 1 to a similar tool called ssGeneFinder and found that Method 1 is more sensitive and finds more potential binding sites for uniquely binding PCR primer pairs. We have also validated three of the predicted primer pairs in vitro using classic PCR. The PCR validation showed that all three primer pairs were able to identify the presence of the mcr-1 colistin resistance gene. The software source code is publicly available online at https://bitbucket.org/genomicepidemiology/rucs. In addition, a pre-installed Docker image, for easy installation across all platforms, can be found at https://hub.docker.com/r/genomicepidemiology/rucs/, and a web service implementing a limited version of the software can be found at https://cge.cbs.dtu.dk/services/RUCS. Click here for additional data file.
  10 in total

1.  FastPCR: An in silico tool for fast primer and probe design and advanced sequence analysis.

Authors:  Ruslan Kalendar; Bekbolat Khassenov; Yerlan Ramankulov; Olga Samuilova; Konstantin I Ivanov
Journal:  Genomics       Date:  2017-05-12       Impact factor: 5.736

2.  Automated pangenomic analysis in target selection for PCR detection and identification of bacteria by use of ssGeneFinder Webserver and its application to Salmonella enterica serovar Typhi.

Authors:  Chi-Chun Ho; Alan K L Wu; Cindy W S Tse; Kwok-Yung Yuen; Susanna K P Lau; Patrick C Y Woo
Journal:  J Clin Microbiol       Date:  2012-03-21       Impact factor: 5.948

3.  Identification of a novel plasmid-mediated colistin-resistance gene, mcr-2, in Escherichia coli, Belgium, June 2016.

Authors:  Basil Britto Xavier; Christine Lammens; Rohit Ruhal; Samir Kumar-Singh; Patrick Butaye; Herman Goossens; Surbhi Malhotra-Kumar
Journal:  Euro Surveill       Date:  2016-07-07

4.  WGS-based surveillance of third-generation cephalosporin-resistant Escherichia coli from bloodstream infections in Denmark.

Authors:  Louise Roer; Frank Hansen; Martin Christen Frølund Thomsen; Jenny Dahl Knudsen; Dennis Schrøder Hansen; Mikala Wang; Jurgita Samulioniené; Ulrik Stenz Justesen; Bent L Røder; Helga Schumacher; Claus Østergaard; Leif Percival Andersen; Esad Dzajic; Turid Snekloth Søndergaard; Marc Stegger; Anette M Hammerum; Henrik Hasman
Journal:  J Antimicrob Chemother       Date:  2017-07-01       Impact factor: 5.790

5.  BLAST+: architecture and applications.

Authors:  Christiam Camacho; George Coulouris; Vahram Avagyan; Ning Ma; Jason Papadopoulos; Kevin Bealer; Thomas L Madden
Journal:  BMC Bioinformatics       Date:  2009-12-15       Impact factor: 3.169

6.  Detection of mcr-1 encoding plasmid-mediated colistin-resistant Escherichia coli isolates from human bloodstream infection and imported chicken meat, Denmark 2015.

Authors:  Henrik Hasman; Anette M Hammerum; Frank Hansen; Rene S Hendriksen; Bente Olesen; Yvonne Agersø; Ea Zankari; Pimlapas Leekitcharoenphon; Marc Stegger; Rolf S Kaas; Lina M Cavaco; Dennis S Hansen; Frank M Aarestrup; Robert L Skov
Journal:  Euro Surveill       Date:  2015

7.  Primer-BLAST: a tool to design target-specific primers for polymerase chain reaction.

Authors:  Jian Ye; George Coulouris; Irena Zaretskaya; Ioana Cutcutache; Steve Rozen; Thomas L Madden
Journal:  BMC Bioinformatics       Date:  2012-06-18       Impact factor: 3.169

8.  Primer3--new capabilities and interfaces.

Authors:  Andreas Untergasser; Ioana Cutcutache; Triinu Koressaar; Jian Ye; Brant C Faircloth; Maido Remm; Steven G Rozen
Journal:  Nucleic Acids Res       Date:  2012-06-22       Impact factor: 16.971

9.  Fast and accurate short read alignment with Burrows-Wheeler transform.

Authors:  Heng Li; Richard Durbin
Journal:  Bioinformatics       Date:  2009-05-18       Impact factor: 6.937

10.  Database resources of the National Center for Biotechnology Information.

Authors: 
Journal:  Nucleic Acids Res       Date:  2015-11-28       Impact factor: 16.971

  10 in total
  6 in total

1.  An In Vitro Enrichment Strategy for Formulating Synergistic Synbiotics.

Authors:  Car Reen Kok; David Fabian Gomez Quintero; Clement Niyirora; Devin Rose; Amanda Li; Robert Hutkins
Journal:  Appl Environ Microbiol       Date:  2019-08-01       Impact factor: 4.792

2.  Experimental evaluation of ecological principles to understand and modulate the outcome of bacterial strain competition in gut microbiomes.

Authors:  Rafael R Segura Munoz; Sara Mantz; Ines Martínez; Fuyong Li; Robert J Schmaltz; Nicholas A Pudlo; Karthik Urs; Eric C Martens; Jens Walter; Amanda E Ramer-Tait
Journal:  ISME J       Date:  2022-02-24       Impact factor: 11.217

3.  The Unique Seed Protein Composition of Quality Protein Popcorn Promotes Growth of Beneficial Bacteria From the Human Gut Microbiome.

Authors:  Nate Korth; Leandra Parsons; Mallory J Van Haute; Qinnan Yang; Preston Hurst; James C Schnable; David R Holding; Andrew K Benson
Journal:  Front Microbiol       Date:  2022-07-14       Impact factor: 6.064

4.  Development of a loop-mediated isothermal amplification assay for the detection of Tilletia controversa based on genome comparison.

Authors:  Somayyeh Sedaghatjoo; Monika K Forster; Ludwig Niessen; Petr Karlovsky; Berta Killermann; Wolfgang Maier
Journal:  Sci Rep       Date:  2021-06-02       Impact factor: 4.379

5.  SpeciesPrimer: a bioinformatics pipeline dedicated to the design of qPCR primers for the quantification of bacterial species.

Authors:  Matthias Dreier; Hélène Berthoud; Noam Shani; Daniel Wechsler; Pilar Junier
Journal:  PeerJ       Date:  2020-02-18       Impact factor: 2.984

6.  Captive Common Marmosets (Callithrix jacchus) Are Colonized throughout Their Lives by a Community of Bifidobacterium Species with Species-Specific Genomic Content That Can Support Adaptation to Distinct Metabolic Niches.

Authors:  Lifeng Zhu; Qinnan Yang; Mallory J Suhr Van Haute; Car Reen Kok; Joao Carlos Gomes-Neto; Natasha Pavlovikj; Resmi Pillai; Rohita Sinha; Haley Hassenstab; Aaryn Mustoe; Etsuko N Moriyama; Robert Hutkins; Jeffrey French; Andrew K Benson
Journal:  mBio       Date:  2021-08-03       Impact factor: 7.867

  6 in total

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