View source: R/enrichment_funks.R
nonConservedAnnotations | R Documentation |
Identifies those gene annotations that are non conserved within the argument gene-group. Non conserved is inferred as those annotations that do not appear or miss from the most frequent composite annotation.
nonConservedAnnotations(gene.accs, gene.annos = all.ipr, gene.col = 1,
anno.col = 2, rm.genes.without.annos = TRUE)
gene.accs |
Character-Vector of gene-IDs. |
gene.annos |
A data.frame of gene annotations |
gene.col |
The column of |
anno.col |
The column of |
rm.genes.without.annos |
If set to TRUE genes without any annotation are ignored, otherwise this will cause all conserved annotations to appear in the result. Default is TRUE |
A data.frame with two columns: 'Gene' holds the gene identifiers of genes that have non conserved annotations, and column 'Non.Conserved.Annotation' holds the respective annotations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.