View source: R/enrichment_funks.R
| collectNonConservedAnnotations | R Documentation | 
group.ids.
Non conservation is inferred by
nonConservedCompositeAnnotations(...).For each species identifies those annotations that are non conserved within
those gene groups (e.g. families) that are indicated by group.ids.
Non conservation is inferred by
nonConservedCompositeAnnotations(...).
collectNonConservedAnnotations(genes.df, group.col = "Tandem.Cluster",
  group.ids = unique(genes.df[, group.col]), gene.annos = all.ipr,
  annos.gene.col = 1, annos.anno.col = 2)
genes.df | 
 A data.frame with three columns, two of which need to be named 'Gene' and 'Species'. The first column needs to hold the gene-group IDs.  | 
group.col | 
 Identifies the column of   | 
group.ids | 
 Vector holding indicating in which gene-groups to look for
non conserved composite annotations. Default is   | 
gene.annos | 
 The data.frame holding the annotations for the genes in 'gene.accs'. Default is all available InterPro annotations expected to be found in 'all.ipr'  | 
annos.gene.col | 
 The column of   | 
species | 
 The species for which to identify non conserved composite
annotations. Default is   | 
anno.col | 
 the column of   | 
A data.frame with four columns: 1. The names of the gene-groups, 2. Species, 3. genes, and 4. the non conserved annotations (now non-composite!).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.