View source: R/checkAlevinFryInputFiles.R
checkAlevinFryInputFiles | R Documentation |
Check that all required input files are available for alevin-fry
checkAlevinFryInputFiles(mapDir, permitDir, quantDir)
mapDir |
Path to the directory containing the map.rad file |
permitDir |
Path to the output directory of the alevin-fry generate-permit-list command. |
quantDir |
Path to the output of the alevin-fry quant command. |
Returns nothing, raises an error if any of the required files are missing.
Charlotte Soneson
checkAlevinFryInputFiles(
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.