read_templates_multiple | R Documentation |
Reads multiple template CSV/FASTA files.
read_templates_multiple(
filenames,
hdr.structure = NULL,
delim = NULL,
id.column = NULL,
rm.keywords = NULL,
remove.duplicates = FALSE,
fw.region = c(1, 30),
rev.region = c(1, 30),
gap.character = "-",
run = NULL
)
filenames |
Names of FASTA/CSV files containing template data. |
hdr.structure |
A character vector describing the information contained in the FASTA headers. In case that the headers of |
delim |
Delimiter for the information in the FASTA headers. |
id.column |
Field in the header to be used as the identifier. |
rm.keywords |
A vector of keywords that are used to remove templates whose headers contain any of the keywords. |
remove.duplicates |
Whether duplicate sequence shall be removed. |
fw.region |
The positional interval from the template 5' end specifying the binding sites for forward primers. |
rev.region |
The positional interval from the template 3' end specifying the binding sites for reverse primers. |
gap.character |
The character in the input file representing gaps. Gaps are automatically removed upon input. |
run |
An identifier for the template sequences. |
A list containing objects of class Templates
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.