Description Usage Arguments Examples
View source: R/ReciprocalBestBlast.R
Perform reciprocal best BLAST searches on set of genomes and their associated genomes specified by GenomeIDs. Uses an e-value cutoff of 1e-6, and the smith-waterman traceback options. BLAST must be installed locally and accessible by R.
| 1 | ReciprocalBestBlast(PATH, ListOfGeneCalls, GenomeIDs, Align.Fast = FALSE)
 | 
| PATH | A character vector specifying the location of a sqlite database built by DECIPHER. | 
| ListOfGeneCalls | A named list of data.frames, one for each genome in SyntenyObject, with named columns "Index", "Start", "Stop", "Strand", and an optional "Annotation" column. | 
| GenomeIDs | A vector of characters specifying the identifiers to select from the database specified by PATH, and the list locations to select from in ListOfGeneCalls. | 
| Align.Fast | Logical, run semi-redundant DECIPHER alignment of paired sequences. | 
| 1 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.