View source: R/genes_missing_outgroup.R
genes_missing_outgroup | R Documentation |
Finds missing genes Provides a subset of genes from a list that are missing in the outgroup.
genes_missing_outgroup(gene_names, presence, outgroup)
gene_names |
List of genes of interest |
presence |
Matrix of presence data for genes and genomes (TRUE if row gene is present in column genome). |
outgroup |
Name of the outgroup genome. |
A subset of gene_names that are missing in the outgroup genome
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.