View source: R/clustering_synteny.R
analysisEachCluster | R Documentation |
This function performs synteny analysis for clusters identified by hierarchical clustering.
analysisEachCluster(
segmented_file,
segmented_anchorpoints_file,
genes_file,
cluster_info_file,
identified_cluster_file,
hcheight = 0.3
)
segmented_file |
The path to the segmented chromosome file. |
segmented_anchorpoints_file |
The path to the segmented anchorpoints file. |
genes_file |
genes.txt created by i-ADHoRe. |
cluster_info_file |
The path to the clustering information file. |
identified_cluster_file |
The path to the output file for identified clusters. |
hcheight |
The cutoff height for cluster identification (default: 0.3). |
A list containing information about identified clusters and their p-values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.