Description Usage Arguments Value
import_raw_seq
creates Data object(s) for NGS file(s).
1 2 | import_raw_seq(path, datatype, seqtype, session = "highlineR.session",
force = FALSE)
|
path |
A character string representing an absolute path to an NGS file, an absolute path to a directory of NGS files or a character vector of absolute paths to NGS files. |
datatype |
A character string representing the file type. Value is inferred from file extension or specified by user as "fasta" or "fastq. |
seqtype |
A character string representing the sequence type. Options: "nucleotide" (default) or "amino acid". |
session |
|
force |
A logical value specifying if previously imported file should be overwritten and re-imported. |
Returns session
object into which NGS data file(s) were imported.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.