Description Usage Arguments Value Examples
Method for filtering UMIexperiment and sample objects
1 2 3 4 5 6 7 8 | filterUmiObject(
object,
name = "default",
minDepth = 3,
minCoverage = 100,
minFreq = 0,
minCount = 0
)
|
object |
Requires a UMI sample or UMI experiment object. |
name |
String. Name of the filter. Default is "default". |
minDepth |
Consensus depth to analyze. Default is 3. |
minCoverage |
Minimum coverage required for amplicons. Default is 1. |
minFreq |
Minimum variant allele frequency to keep. Default is 0. |
minCount |
Minimum variant allele count to keep. Default is 3. |
A UMI sample or UMI experiment object.
1 2 3 4 5 6 7 8 9 | library(umiAnalyzer)
main = system.file('extdata', package = 'umiAnalyzer')
samples <- list.dirs(path = main, full.names = FALSE, recursive = FALSE)
simsen <- createUmiExperiment(experimentName = 'simsen',mainDir = main,sampleNames = samples)
simsen <- filterUmiObject(simsen)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.