all.primers | R Documentation |
A function which returns a vector with the names of all of the primers in a dataframe.
all.primers(df)
df |
A dataframe containing data obtained from BOLD. |
The dataframe entered into this function can be a dataframe that was created after merging several dataframes with data obtained from BOLD.
A vector of primers in the dataframe.
Nishan Mudalige
example.df <- get.public(container="PRT") all.primers(example.df) example.df <- get.public(container=c("PRT","ACAGA")) all.primers(example.df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.