importFQ: Importing a Fastq File.

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/importFQ.R

Description

This function imports a standard fastq file

Usage

1

Arguments

file

Specifies the filename/path

Details

This function imports a standard fastq file that consists out of blocks of four lines per entry

Value

An object of class fq containing the sequences and the quality meausure. The names correspond to the sequence names given in the fasta file.

Author(s)

Daniel Fischer

See Also

print.fq, summary.fq

Examples

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)
 

GenomicTools.fileHandler documentation built on March 26, 2020, 7:23 p.m.