bt.cluster | R Documentation |
Clusters overlapping/nearby BED/GFF/VCF intervals.
bt.cluster(i, s = NULL, d = NULL, output = NULL)
i |
<bed/gff/vcf> |
s |
Force strandedness. That is, only merge features that are the same strand. - By default, merging is done without respect to strand. |
d |
Maximum distance between features allowed for features to be merged. - Def. 0. That is, overlapping & book-ended features are merged. - (INTEGER) |
output |
Output filepath instead of returning output in R. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.