Description Usage Arguments Value Examples
Compute adapter content in reads. This function is only available for macOS/Linux.
1 | calc_adapter_content(infile, adapters)
|
infile |
filepath to fastq sequence |
adapters |
filepath to adapters |
map object with adapter names as the key and the number of times the adapters appears in the reads as the value
1 2 3 4 5 | if(.Platform$OS.type != "windows") {
adapter_file <- system.file("extdata", "adapters.txt", package = "qckitfastq")
infile <- system.file("extdata", "test.fq.gz", package = "qckitfastq")
content <- calc_adapter_content(infile, adapter_file)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.