Description Usage Arguments Value Methods (by class)
Parses the NGS file specified by the path variable of Data
objects.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | parse_raw_seq(x, ...)
## S3 method for class 'session'
parse_raw_seq(x, encoding = "sanger", ...)
## S3 method for class 'fasta'
parse_raw_seq(x, encoding = NULL, ...)
## S3 method for class 'fastq'
parse_raw_seq(x, encoding = "sanger", ...)
## S3 method for class 'csv'
parse_raw_seq(x, encoding = NULL, ...)
## Default S3 method:
parse_raw_seq(x, ...)
|
x |
Data object or session object containing Data objects to parse. |
encoding |
A character string representing the quality score encoding of FASTQ files. Options: "Sanger", "Solexa", "Illumina1.3", "Illumina1.5". "Illumina1.8". |
Parses Data objects by populating the object's raw_seq
list with (header, sequence, [quality scores]) lists.
session
: Parse all Data objects in session objects.
fasta
: Parse Data objects of FASTA NGS files.
fastq
: Parse Data objects of FASTQ NGS files.
csv
: Parse Data objects of custom, csv, NGS files.
default
: default.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.