Description Usage Arguments Value
title
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | QualityScaledModDNAStringSet(x, quality)
QualityScaledModRNAStringSet(x, quality)
readQualityScaledModDNAStringSet(
filepath,
quality.scoring = c("phred", "solexa", "illumina"),
nrec = -1L,
skip = 0L,
seek.first.rec = FALSE,
use.names = TRUE
)
readQualityScaledModRNAStringSet(
filepath,
quality.scoring = c("phred", "solexa", "illumina"),
nrec = -1L,
skip = 0L,
seek.first.rec = FALSE,
use.names = TRUE
)
writeQualityScaledModStringSet(
x,
filepath,
append = FALSE,
compress = FALSE,
compression_level = NA
)
|
x |
For the For |
quality |
A
|
filepath, nrec, skip, seek.first.rec, use.names, append, compress, compression_level |
See |
quality.scoring |
Specify the quality scoring used in the FASTQ file.
Must be one of "phred" (the default), "solexa", or "illumina". If set to "
phred" (or "solexa" or "illumina"), the qualities will be stored in a
|
a QualityScaledModDNAStringSet
or
QualityScaledModDNAStringSet
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.