powered by
This function reads a Fastq file and stores it as a dataframe with three columns: Header, Sequence, and QualityScore.
read.fastq_to_df(fastq_file)
This function returns a dataframe with three columns: Header, Sequence, and QualityScore.
A character string specifying the path to the Fastq file to be read.
# \donttest{ # Read in sequences from a FASTQ file #sample_file_path_two <- system.file("extdata", "sample_fq.fastq", package = "baseq") #read.fastq_to_df(sample_file_path_two) # }
Run the code above in your browser using DataLab