powered by
Function to parse bam files
parseBamFiles(mainDir, sampleNames = NULL, consDepth = 0, as.shiny = FALSE)
Directory containing UMIErrorCorrect output folders.
A list of sample names.
Only retain consensus reads of at least cons.depth. Default is 0.
Set to TRUE if run within a shiny::withProgress environment
A data table
# NOT RUN { library(umiAnalyzer) main <- system.file("extdata", package = "umiAnalyzer") simsen <- createUmiExperiment(main) reads <- parseBamFiles(main, consDepth = 10) # } # NOT RUN { # }
Run the code above in your browser using DataLab