Description Usage Arguments Value Examples
Find consensus reads A function to analyze consensus read tables generated with parseBamFiles or a UMIexperiment object containing reads.
1 2 3 4 5 6 | findConsensusReads(
object,
consDepth = 0,
groupBy = c("none", "sample", "position", "both"),
pattern = NULL
)
|
object |
Either a tibble generated with parseBamFiles or a UMIexperiment object |
consDepth |
Minimum consensus depth to keep. Default is 0. |
groupBy |
Should data be grouped by position, sample, both or not at all. |
pattern |
Regular expression |
A data table
1 2 3 4 5 6 | library(umiAnalyzer)
main <- system.file("extdata", package = "umiAnalyzer")
simsen <- createUmiExperiment(main, importBam = TRUE)
reads <- findConsensusReads(simsen)
reads
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.