Sistr_Cmd V1.0.2 Serotyping Databases
收藏资源简介:
<strong>Salmonella In Silico Typing Resource (SISTR) sistr_cmd version 1.0.2 serotyping databases</strong> File structure tree for <code>sistr_cmd</code> <code>data</code> folder: <pre><code>. |-- [4.0K] antigens | |-- [1.0M] fliC.fasta | |-- [210K] fljB.fasta | |-- [126K] wzx.fasta | `-- [ 60K] wzy.fasta |-- [4.0K] cgmlst | |-- [7.4M] cgmlst-centroid.fasta | |-- [ 96M] cgmlst-full.fasta | |-- [134M] cgmlst-profiles.hdf | `-- [ 803] README.md |-- [1.1M] genomes-to-serovar.txt |-- [1.0M] genomes-to-subspecies.txt |-- [118K] Salmonella-serotype_serogroup_antigen_table-WHO_2007.csv `-- [ 92M] sistr.msh 2 directories, 12 files</code></pre> <strong>Description of files:</strong> <code>genomes-to-serovar.txt</code>: Each genome id to serovar designation delimited by tab character for the 52,790 Salmonella genomes. <code>genomes-to-subspecies.txt</code>: Each genome id to subspecies designation delimited by tab character for the 52,790 Salmonella genomes. <code>Salmonella-serotype_serogroup_antigen_table-WHO_2007.csv</code>: Serovar and antigenic formula information table used by `sistr_cmd` for looking up serovar designations from antigen results <code>sistr.msh</code>: Mash sketch file of 11840 Salmonella genomes for Mash-based serotyping <code>antigens</code>: for antigen gene search-based serotyping <code>fliC.fasta</code>: fliC gene alleles for H1-antigen typing <code>fljB.fasta</code>: fljB gene alleles for H2-antigen typing <code>wzx.fasta</code>: wzx gene alleles for O-antigen typing <code>wzy.fasta</code>: wzy gene alleles for O-antigen typing <code>cgmlst</code> for core-genome multilocus sequence typing (cgMLST) and cgMLST-based serotyping <code>cgmlst-profiles.hdf</code>: HDF5 file with cgMLST allelic profiles of 52,790 Salmonella genomes read in with Pandas, i.e. <pre><code class="language-python">pd.read_hdf(CGMLST_PROFILES_PATH, key='cgmlst')</code></pre> <code>cgmlst-centroid.fasta</code>: "Centroid" or representative alleles of 52,790 Salmonella genomes for rapid NCBI BLAST+ blastn searching. Centroid alleles were defined from the full set of alleles for the 52,790 Salmonella genomes as the alleles for each locus: group alleles by length group length grouped alleles by ends (28bp at allele start and end; 28 is word size of blastn megablast) hierarchical clustering of length+end grouped alleles flat clusters at 2.5% distance within each cluster, pick allele with least distance to others in cluster <code>cgmlst-full.fasta</code>: alleles for the 52,790 Salmonella genomes



