Usage Arguments See Also Examples
1 | tallyWrapper(bamFiles, genome = "hg38", destination = ".", cores = 1L)
|
bamFiles |
|
genome |
|
destination |
|
cores |
See Also as catchMismatch
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
cores <- 4L
mainDir <- "/fh/fast/tapscott_s/CompBio/RNA-Seq/hg38.dsRNA"
bamDir <- "/fh/fast/tapscott_s/CompBio/RNA-Seq/Sean/MB135_dsRNA/hg38_bwa"
bamFiles <- list.files(bamDir, full.name=TRUE, pattern=".bam$")[2:5]
source("/fh/fast/tapscott_s/CompBio/R_package/SeqPipelineTools/R/mismatchTools.R"
)
tally <- tallyWrapper(bamFiles, destination=file.path(mainDir, "test"),
cores=cores)
lapply(tally, SeqPipelineTools:::freqAIMismatch, exclude.SNP=TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.