read_fastq | R Documentation |
Read in data from a fastq file.
read_fastq(filename)
filename |
The name of the fastq file to read data from. |
returns a dataframe with the columns: "header", "sequence", "strand", "qual"
fastq_example_file = system.file('extdata/small_unittest.fastq', package = 'bioreadr') data = read_fastq(fastq_example_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.