all.primers: A function gives informaiton on the primers in a data set.

View source: R/all.primers.R

all.primersR Documentation

A function gives informaiton on the primers in a data set.

Description

A function which returns a vector with the names of all of the primers in a dataframe.

Usage

  all.primers(df)

Arguments

df

A dataframe containing data obtained from BOLD.

Details

The dataframe entered into this function can be a dataframe that was created after merging several dataframes with data obtained from BOLD.

Value

A vector of primers in the dataframe.

Author(s)

Nishan Mudalige

Examples

example.df <- get.public(container="PRT")
all.primers(example.df)

example.df <- get.public(container=c("PRT","ACAGA"))
all.primers(example.df)

nishanmudalige/BOLD.R documentation built on July 15, 2022, 3:33 a.m.