View source: R/option_parsers.R
parse_seq_input | R Documentation |
Read sequences in an unknown format. This is meant to parse the sequence
input arguments of functions like primersearch
.
parse_seq_input(
input = NULL,
file = NULL,
output_format = "character",
u_to_t = FALSE
)
input |
(
Either "input" or "file" must be supplied but not both. |
file |
The path to a FASTA file containing sequences to use. Either "input" or "file" must be supplied but not both. |
output_format |
The format of the sequences returned. Either "character" or "DNAbin". |
u_to_t |
If 'TRUE', then "U" in the sequence will be converted to "T". |
A named character vector of sequences
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.