| closestHomolog | R Documentation | 
gene.id. Self-Matches are
excluded and as measure of sequence similarity the Bit-Score is used.Uses pairwise sequence similarity search results in order to identify which
gene is the closest homolog of the argument gene.id. Self-Matches are
excluded and as measure of sequence similarity the Bit-Score is used.
closestHomolog(gene.id, seq.sim.tbl = if (exists("all.vs.all.sim"))
  all.vs.all.sim, gene.col.a = "V1", gene.col.b = "V2",
  bit.score.col = "V12")
gene.id | 
 The accession of the gene for which to find it's closest homolog.  | 
seq.sim.tbl | 
 An instance of   | 
gene.col.a | 
 The column-name of   | 
gene.col.b | 
 The column-name of   | 
bit.score.col | 
 The column name of   | 
The gene identifier (accession) of that gene that has the highest
Bit-Score in the pairwise comparisons with the argument gene gene.id.
If no such gene can be found NA is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.