View source: R/runners2.R View source: R/runners.R
RunSortIndexBam | R Documentation |
runSortIndexBam This function will built the sorted bam file and its index.
#' RunSortIndexBam
#' This function will built the sorted bam file and its index which are necesary for visualization
#' @param sbjBamFile string full path of aligned bam file see RunSTARforARRIBA
#' @param remove boolean (default TRUE), if unsorted bam file should be removed or not.
#' @export
#' @seealso sortBam
RunSortIndexBam(sbjBamFile, remove = T)
RunSortIndexBam(sbjBamFile, remove = T)
sbjBamFile |
string full path of aligned bam file see |
remove |
boolean (default TRUE), if unsorted bam file should be removed or not. |
sortBam
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.