Description Usage Arguments Examples
View source: R/GetOrthologSummary.R
Summarize statistics about ortholog predictions.
1 2  | GetOrthologSummary(OrthologsObject, GeneCalls, DBPath,
  SimilarityScores = FALSE, Verbose = FALSE)
 | 
OrthologsObject | 
 An object of class "Orthologs"  | 
GeneCalls | 
 A list of dataframes, one for each genome in SyntenyObject, with named columns "Index", "Start", "Stop", "Strand", and an optional "Annotation" column.  | 
DBPath | 
 A character vector specifying a sqlite database built by DECIPHER  | 
SimilarityScores | 
 A logical indicating whether to get the global alignment scores for all predicted orthologs  | 
Verbose | 
 Run with progress bar, return total upon completion.  | 
1  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.