readAlevinQC | R Documentation |
Read all alevin output files required to generate the summary report or shiny app.
readAlevinQC(baseDir, customCBList = list())
baseDir |
Path to the output directory from the alevin run (should be
the directory containing the |
customCBList |
Named list with custom set(s) of barcodes to provide summary statistics/plots for, in addition to the whitelists generated by alevin. |
A list collecting all necessary information for generating the summary report/shiny app.
Charlotte Soneson
alevin <- readAlevinQC(system.file("extdata/alevin_example_v0.14",
package = "alevinQC"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.