View source: R/pangenomes_from_files_mmseqs.R
| pangenomes_from_files_mmseqs | R Documentation | 
This is an internal function for the workflow of pangenomes
pangenomes_from_files_mmseqs(
  file_list,
  i,
  coverage,
  identity,
  evalue,
  n_cores,
  cov_mode,
  cluster_mode,
  folder
)
| file_list | a list of file_list (genomes of the pangenome) | 
| i | The pangenome number | 
| coverage | min coverage for homologous cluster | 
| identity | min identitity for homologous cluster | 
| evalue | max E-value for homologous cluster | 
| n_cores | number of cores to use | 
| cov_mode | coverage mode | 
| cluster_mode | cluster mode | 
| folder | 
A list with two tables, the membership of the pangenome, and the gene/protein frequency.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.