peakcalling: do peak calling

Description Usage Arguments Value Examples

View source: R/get_count.R

Description

This fuction is used to do peak calling.

Usage

1
peakcalling(bam_file_path, genome = c("hg19", "hg38", "mm9", "mm10"))

Arguments

bam_file_path

path to single-cell bam files (The number of sc bam files must >= 2.)

genome

genome assembly to be used

Value

peak

peak regions from merged single cells

Examples

1
2
3
4
## Not run: 
peak<-peakcalling('path/to/bam/files',genome='hg19')

## End(Not run)

jwyang16/DECODER documentation built on Nov. 4, 2019, 3:28 p.m.