Description Usage Arguments Examples
Read fasta, return a list of 'SeqFastq' object
1 | read.fastq(fname)
|
fname |
filename |
1 2 3 | file = system.file('data/Long-read.fastq', package = 'seqtools')
fastq = read.fastq(file)
head(fastq)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.