Description Usage Arguments Value Examples
Cluster the two-dimensional coordinate files (SA and RC/SA) to define the APA clusters
1 2 3 4 5 6 7 8 9 | ClusterAPA(
SA_prebed,
uni_prebed,
out_dir,
gapdist_cut = 5,
APAdist_cut = 25,
RC_cutoff = 3,
SA_weight = 3
)
|
SA_prebed |
SA file of one strand generated from ExtractAPA() |
uni_prebed |
rc_uni or SA file of one strand generated from ExtractAPA() |
out_dir |
The directory where the output files are stored |
gapdist_cut |
Threshold for filtering out isolated nodes (default 5) |
APAdist_cut |
Threshold for the gap between APA (default 25) |
RC_cutoff |
High observation nodes (default 3) |
SA_weight |
The weight of SA file (default 3) |
NULL, writes the output "APA_clusters.out" in the out_dir.
1 | ClusterAPA("sa.prebed", "rc_uni.prebed", "output/")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.