.FastpFile-class | R Documentation |
The .FastpFile Object Class defines a path to the output from the standalone tool fastp.
x |
character(1) denoting a file.path |
This class simply refers to a fastp output file after checking for existence and validity (i.e. the correct internal structure). Underlying files are expected to be in json format
The helper function .FastpFile()
is a simple constructor which
checks validity and enables construction of other dependent classes.
An object of class .FastqcFile
path
Character vector of length 1 which contains a valid file path.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.