merge_atac: Merge multiple ATAC-seq samples into a single Seurat object

View source: R/multiomics.R

merge_atacR Documentation

Merge multiple ATAC-seq samples into a single Seurat object

Description

FUNCTION_DESCRIPTION

Usage

merge_atac(
  peak_beds,
  min_peak_width = 20,
  max_peak_width = 10000,
  frag_paths,
  cell_ids,
  n_regions_simul = 2000,
  threads = 1
)

Arguments

peak_beds

DESCRIPTION.

min_peak_width

DESCRIPTION.

max_peak_width

DESCRIPTION.

frag_paths

DESCRIPTION.

cell_ids

DESCRIPTION.

n_regions_simul

DESCRIPTION.

threads

Number of threads to use.

Value

RETURN_DESCRIPTION

Examples

# ADD_EXAMPLES_HERE

kidcancerlab/rrrSingleCellUtils documentation built on April 17, 2025, 5:10 p.m.