View source: R/clustering_synteny.R
cluster_synteny | R Documentation |
This function clusters synteny data based on calculated p-values and generates trees for both column-based and row-based clustering. It then saves the cluster information and trees to output files.
cluster_synteny(
segmented_file,
segmented_anchorpoints_file,
genes_file,
out_file
)
segmented_file |
A character string specifying the file path for segmented data. |
segmented_anchorpoints_file |
A character string specifying the file path for segmented anchorpoints. |
genes_file |
A character string specifying the file path for genes information created by i-ADHoRe. |
out_file |
A character string specifying the output file path for saving cluster information. |
NULL (output files are generated with the specified information).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.