Description Usage Arguments Value Examples
Function to parse bam files
1 | parseBamFiles(mainDir, sampleNames = NULL, consDepth = 0, as.shiny = FALSE)
|
mainDir |
Directory containing UMIErrorCorrect output folders. |
sampleNames |
A list of sample names. |
consDepth |
Only retain consensus reads of at least cons.depth. Default is 0. |
as.shiny |
Set to TRUE if run within a shiny::withProgress environment |
A data table
1 2 3 4 5 | library(umiAnalyzer)
main <- system.file("extdata", package = "umiAnalyzer")
simsen <- createUmiExperiment(main)
reads <- parseBamFiles(main, consDepth = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.