Description Usage Arguments Value Examples
This function is used to get count matrix from bam files and peak file.
1 | getcount(peak, bam_file_path)
|
peak |
Granges format of peak regions |
bam_file_path |
path to bam files |
countmatrix |
count matrix, peak by sample |
1 2 3 4 | ## Not run:
countmat<-getcount(bed2granges('path/to/bed/file/peak.bed'),'path/to/bam/files')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.