View source: R/annotationVectorSpace.R
| annotationEvolution | R Documentation | 
Measures annotations gained, lost, and shared between base genes and evolved genes.
annotationEvolution(genes, gene.sets, base.gene.set = "ortholog",
  annot.df = all.ipr, gene.col = 1, annot.col = 2)
| genes | A group of genes in the form of a character vector of gene IDs | 
| gene.sets | A named list defining base gene and evolved gene identifiers. | 
| base.gene.set | The name of list-entry in  | 
| annot.df | A data.frame of gene annotations. Default is
 | 
| gene.col | The column name or index in  | 
| anno.col | The column name or index in  | 
A data.frame with the following columns: n.gained, n.lost, n.shared, and total.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.