View source: R/readAlevinFryQC.R
readAlevinFryQC | R Documentation |
Read all alevin-fry output files required to generate the summary report or shiny app.
readAlevinFryQC(mapDir, permitDir, quantDir)
mapDir |
Path to the output directory from the |
permitDir |
Path to the output directory from the
|
quantDir |
Path to the output directory from the
|
A list collecting all necessary information for generating the summary report/shiny app.
Charlotte Soneson
alevinfry <- readAlevinFryQC(
mapDir = system.file("extdata/alevinfry_example_v0.5.0/map",
package = "alevinQC"),
permitDir = system.file("extdata/alevinfry_example_v0.5.0/permit",
package = "alevinQC"),
quantDir = system.file("extdata/alevinfry_example_v0.5.0/quant",
package = "alevinQC"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.