View source: R/write_q2manifest.R
write_q2manifest | R Documentation |
Scans a directory for files with matching sequencing data (default: fastq.gz) and then generates a q2 compliant manifest.
write_q2manifest(outfile, directory, extension, paired, Fwd, Rev)
outfile |
filename for output (default: manifest_[timestamp].txt) |
directory |
directory containing reads |
extension |
file extension (default: .fastq.gz) |
paired |
are reads in paired format? TRUE/FALSE (default=FALSE) |
Fwd |
string used to denote a forward read (default= _R1) |
Rev |
string used to denote a reverse read (default= _R2) |
## Not run: write_q2manifest("q2manifest.txt","/yourdirhere/reads/", extension=".fastq.gz", paired=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.