Description Usage Arguments Examples
calculate read length
1 | rlen(object)
|
object |
class 'SeqFasta' or 'SeqFastq' object |
1 2 3 4 | file = system.file('seqtools/data/long-read.fastq')
fastq = read.fastq(file)
read = fastq[[1]]
rlen(read)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.