Reading in files
From the video, you've learned the difference between fasta and fastq files, and what information can be stored in those files.
You have also seen examples of reading fasta and fastq files with their respective functions. You have learned that readFasta()
and readFastq()
need both a location and a file pattern to read one or many files.
Which two arguments are particular to the function readFastq()
from the package ShortRead
?
This exercise is part of the course
Introduction to Bioconductor in R
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
