Description Usage Arguments Value Examples
Gather demultiplexing metrics from a Run (using Run's DemultiplexingStats.xml file).
1 | demultiplexMetrics(bcl2fastqparams)
|
bcl2fastqparams |
A BCL2FastQparams object as created by BCL2FastQparams() constructor. |
A list of length two containing the full demultiplexing metrics from a Run (using Run's DemultiplexingStats.xml file). Contains an unsummarised data.frame and demultiplexing metrics filtered to per Sample metrics
1 2 3 4 5 6 7 | fileLocations <- system.file("extdata",package="basecallQC")
runXML <- dir(fileLocations,pattern="runParameters.xml",full.names=TRUE)
config <- dir(fileLocations,pattern="config.ini",full.names=TRUE)
sampleSheet <- dir(fileLocations,pattern="*\\.csv",full.names=TRUE)
outDir <- file.path(fileLocations,"Runs/161105_D00467_0205_AC9L0AANXX/C9L0AANXX/")
bcl2fastqparams <- BCL2FastQparams(runXML,config,runDir=getwd(),outDir,verbose=FALSE)
demuxMetrics <- demultiplexMetrics(bcl2fastqparams)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.