Description Usage Arguments Details Value
This function parses config file to extract data needed to create a FASTQ2OTU class object. It assumes that the file is in YML format and contains default key terms. Execute getSlots("fastq2otu") to get all required arguments or refer to documenation for more details and/or examples.
1 | readConfig(configFile, isPaired = FALSE, type = c("auto"))
|
configFile |
Path to config file (YML-formatted) |
isPaired |
Default is FALSE. If TRUE, parameters for paired-end data will be used. |
type |
Default is 'auto'. String or vector containing the following value(s): 'auto', 'assignTax', 'report', 'seqdump', 'primertrim', 'filter', 'qualityplot'. Used to specify what type of object is being created. If a vector is provided it must contain one of the following combination of strings c('auto', 'assignTax') and c('auto', 'filter') |
Use when config file is supplied and all required values are provided.
An S4 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.