Description Usage Arguments Value Examples
Map APAc with prebed to count region
1 2 3 4 5 6 7 8 9 | MapAPAc(
RE_prebed,
SA_prebed,
APAc_file,
out_dir,
blocksize = 250,
APAdist_cut = 25,
SA_weight = 3
)
|
RE_prebed |
RE file of one strand generated from ExtractAPA() |
SA_prebed |
SA file of one strand generated from ExtractAPA() |
APAc_file |
APA clusters file from FilterAPAc() |
out_dir |
The directory where the output files are stored |
blocksize |
Threshold for isolated nodes and clusters (default 250) |
APAdist_cut |
Threshold for clustering the APA (default 25) |
SA_weight |
The weight increase of SA file (default 3) |
NULL, writes the output "APA_map.out" in the out_dir.
1 | MapAPAc("rc_end.prebed", "sa.prebed", "APA_clusters.filtered.out", "output/")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.