Description Usage Arguments Value Author(s) See Also Examples
A function to validate SAM or BAM files using picard-tools
1 | validateSamFile(input, output, mode=c("VERBOSE", "SUMMARY"), max.output="100")
|
input |
SAM/BAM file to be validated |
output |
file name in which to save the validation information |
mode |
Mode of output. Default value: VERBOSE |
max.output |
max number of reported error lines |
Validation information referring to a SAM/BM file.
Raffaele A Calogero
1 | #validateSamFile(input=paste(find.package(package="chimera"),"/examples/mcf7_trs_accepted_hits.bam",sep=""), output="validation_results.txt", mode="SUMMARY", max.output="100")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.