window_jaccard_df: Compute jaccard similarity values based on window overlaps in...

Description Usage Arguments Value

View source: R/distances.R

Description

Compute jaccard similarity values based on window overlaps in parallel.

Usage

1
2
window_jaccard_df(window_list, n_cores = "auto",
  cluster_type = "PSOCK")

Arguments

n_cores

The number of cores to use in parallel. Use "auto" to detect and use all cores. Default is 6.

cluster_type

Either "PSOCK" (for Windows) or "FORK" (possible on Linux and Mac). FORK is more memory-efficient.

fragment_list

The list object containing genomic windows.

Value

a list of GenomicRanges objects


AllenInstitute/lowcat documentation built on Oct. 30, 2019, 4:45 a.m.