View source: R/check_missingness.R
check_missingness | R Documentation |
Check missingness Compute the proportion of missingness for each genome and gene combination.
check_missingness(gene_names, tip_names, path = "", tail = ".fa")
gene_names |
A list of names of genes. |
tip_names |
A list of names of genomes (tips of the phylogeny). |
path |
The path to the fasta file. |
tail |
The end of the path to the fasta file. |
A matrix with the proportion of missingness for each genome and gene combination.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.