Description Usage Arguments Value Author(s) See Also Examples
View source: R/cluster_sites_to_region.R
cluster sites which meet the required suitations to region according to the annotation file
1 2 3 4 5 6 7 8 9 | cluster_sites_to_region(
methylation,
annotation,
min_sites_number = 10,
max_distance_between_sites = 200,
ignore_strand = TRUE,
is_parallel = TRUE,
no_cores = NULL
)
|
methylation |
|
annotation |
|
min_sites_number |
the minmal number of C sites in a region. the default is 10 |
max_distance_between_sites |
the maxmal distance between C sites within a region. the unit of distance is unit and the default is 200 |
ignore_strand |
Logical, whether or not to ignore strand information. |
is_parallel |
Logical, indicating if code should be run in parallel. |
no_cores |
if you have specify the is_parallel is ture ,you can specify the number of parallel cores |
A GRanges
object.
Hongen Kang geneprophet@163.com
read_methylation_report
, read_annotation
1 2 3 4 5 | ## Not run:
human_region <- cluster_sites_to_region(methylation = human_met,
annotation = human_anno,is_parallel = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.