nucleotides: A function to view the different nucleotides in a dataframe

View source: R/nucleotides.R

nucleotidesR Documentation

A function to view the different nucleotides in a dataframe

Description

The user should input a datafarme with data obtained from BOLD. This function will then return a vector of all of the different nucleotide markers in the dataframe.

Usage

nucleotides(df)

Arguments

df

A dataframe with data obtained form BOLD.

Value

A vector of all of the different nucleotide markers in the dataframe.

Author(s)

Nishan mudalige

Examples

example.df <- get.public(container=c("AICC, PRT"))
nucleotides(example.df)

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