FastqCount | R Documentation |
This function counts the number of reads in a fastq file. It handles one file at a time.
FastqCount(file)
file |
The file location. |
The number of reads in the fastq file
## Not run: FastqCount(sample)
## Not run: sapply(manyfiles,FastqCount)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.