Personal tools
You are here: Home Projects Rhodobacter capsulatus Data Closest genomes
Document Actions

Closest genomes

Table of genomes and number of best hits (highest fasta bit score). Only genomes with hits > 20 are shown.

Rhodobacter capsulatus SB1003 best hits
genomebest hits
Rhodobacter_sphaeroides_2_4_11069
Roseobacter_denitrificans_OCh_114377
Silicibacter_TM1040346
Silicibacter_pomeroyi_DSS-3302
Jannaschia_CCS1170
Sinorhizobium_meliloti49
Rhizobium_etli_CFN_4247
Rhodospirillum_rubrum_ATCC_1117041
Nitrobacter_winogradskyi_Nb-25540
Mesorhizobium_loti36
Magnetospirillum_magneticum_AMB-136
Agrobacterium_tumefaciens_C58_UWash31
Brucella_suis_133030
Mesorhizobium_BNC129
Bradyrhizobium_japonicum27
Rhodopseudomonas_palustris_BisA5324
Rhodopseudomonas_palustris_BisB1824
SQL query:
CREATE TABLE analysis_best_hits 
  SELECT oid,gid,fa_bits FROM fasta_hit s1 
  WHERE fa_bits=(SELECT MAX(s2.fa_bits) FROM fasta_hit s2 WHERE s1.oid=s2.oid) 
    AND s1.hit=1 
  ORDER BY oid;

SELECT genome.name AS genome,count(*) AS best 
  FROM analysis_best_hits,genome 
  WHERE analysis_best_hits.gid=genome.gid 
  GROUP BY genome.gid ORDER BY best DESC;

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: