Description Usage Arguments Value Examples
Clusters all the genome sequences and returns binary pan-matrix.
1 | clust_bin(inputFiles, id, outputFiles, y)
|
inputFiles |
user defined name of previously clustered file with fasta format. |
id |
A number ranging from 0.5 to 1. |
outputFiles |
User defined name of the file with fasta extension |
y |
total number of organisms included for pan-genomic study. |
Returns a binary pan-matrix file with csv extension e.g. bin_matrix.csv.
1 | clust_bin("sorted.fasta", 0.5, "clusters.fasta", 14)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.