read.leaders | R Documentation |
Reads individual binding regions into a data frame.
read.leaders(
fasta.file,
direction = c("fw", "rev"),
rm.keywords = NULL,
gap.character
)
fasta.file |
Path to a FASTA file with binding regions. |
direction |
String identifying whether the FASTA file contains information pertaining to the binding region of forward or reverse primers. |
rm.keywords |
A vector of keywords that are used to remove templates whose headers contain any of the keywords. |
gap.character |
The character for indicating gaps in sequences. |
A data frame with individual binding regions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.