Description Usage Arguments Details Value Author(s) See Also Examples
This function imports a standard fastq file
1 |
file |
Specifies the filename/path |
This function imports a standard fastq file that consists out of blocks of four lines per entry
An object of class fq
containing the sequences and the quality meausure. The names correspond to the sequence names given in the fasta file.
Daniel Fischer
print.fq, summary.fq
1 2 3 4 5 | # Define here the location on HDD for the example file
fpath <- system.file("extdata","example.fastq", package="GenomicTools.fileHandler")
# Import the example fastq file
fastqFile <- importFQ(file=fpath)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.