View source: R/createReadsMatrix.R
CreateReadsMatrix | R Documentation |
CreateReadsMatrix
CreateReadsMatrix( bamPath, bedFile, bedtoolsPath, outputFile = "n", verbose = TRUE )
bamPath |
a path leading to the .bam and .bai files |
bedFile |
a path leading to the .bed file (Warning replace chrX by X in the position) |
bedtoolsPath |
the path leading to bedtools |
outputFile |
(optional) a path leading to a text file |
verbose |
a boolean |
a reads matrix
bamPath <- system.file("extdata/",package = "ifCNVR") bed <- system.file("bedFile.bed",package = "ifCNVR") bedtools <- 'n' readsMatrix <- CreateReadsMatrix(bamPath, bed, bedtools)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.