Description Usage Arguments Value Examples
View source: R/splitBAM_byRepindex.R
Split the composite BAM file using replicate indexes (MAPCap data)
1 | splitBAM_byRepindex(bamFile, outfile_prefix, ncores = 1)
|
bamFile |
character. Path to a mapped BAM file |
outfile_prefix |
character. prefix for output file (replicates IDs will be added as RR/YY) |
ncores |
integer. Number of cores to use for parallel processing |
Filtered files by replicate Index
1 2 | bam <- system.file("extdata", "bam/embryo1.bam", package = "icetea")
splitBAM_byRepindex(bamFile = bam, outfile_prefix = "testSplit", ncores = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.