Description Usage Arguments Value Examples
This fuction is used to do peak calling.
1 | peakcalling(bam_file_path, genome = c("hg19", "hg38", "mm9", "mm10"))
|
bam_file_path |
path to single-cell bam files (The number of sc bam files must >= 2.) |
genome |
genome assembly to be used |
peak |
peak regions from merged single cells |
1 2 3 4 | ## Not run:
peak<-peakcalling('path/to/bam/files',genome='hg19')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.