overlap_jaccard_mat: Compute jaccard similarity values based on GenomicRanges...

Description Usage Arguments Value

View source: R/distances.R

Description

Compute jaccard similarity values based on GenomicRanges overlaps in parallel.

Usage

1
2
overlap_jaccard_mat(fragment_list, n_cores = "auto",
  cluster_type = "PSOCK")

Arguments

fragment_list

The list object containing GenomicRanges objects.

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.

Value

a matrix of jaccard distances


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