Description Usage Arguments Value Examples
This method will prepare summary statistics on a fastq file and cache results (assuming immutable nature)
1 | fastqCheckup(input_fastq, force = FALSE)
|
input_fastq |
is the path to the fastq file to check |
force |
logical value describing whether the analysis should be force recalculated |
vector of observations
1 2 3 4 | fastqFile <- system.file("extdata", "example.fastq.gz", package = "nanopoRe")
fqcheck <- fastqCheckup(fastqFile)
names(fqcheck)
fqcheck[['reads']]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.