Description Usage Arguments Value Examples
Clusters all the genome sequences and returns pan-matrix based on sequence identity percentage.
1 | clust_id(inputFiles, id, outputFiles)
|
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 |
Returns a binary pan-matrix file with csv extension e.g. ID_matrix.csv.
1 | clust_id("sorted.fasta", 0.5, "clusters.fasta")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.