mergeBAMs | R Documentation |
Merges several BAM files in one.
mergeBAMs(files, out_name, path_bam, path_out, cores = 6)
files |
Name for the bam files you want to merge. |
out_name |
Character string with the name for the merged BAM file. |
path_bam |
Character string indicating the path where the input bam files are. |
path_out |
Character string indicating the path where the final merged bam files should be stored. |
cores |
Integer specifying the number of cores to use. |
Bed files in path_pc with the location of the enriched regions.
## Not run: callPeak()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.