Learn R Programming

PhyInsight (version 0.1.0)

genDNABin: Generate a DNA Bin

Description

Create a DNA bin object using a specimen dataframe.

Usage

genDNABin(specimen_dataframe)

Value

A DNA bin object.

Arguments

specimen_dataframe

A dataframe with specimen data created using querySpecData()

Examples

Run this code
# generate a DNA bin object using the taxon 'Antheraea polyphemus'
specdf_Anth <- querySpecData("Antheraea polyphemus")[1:10,]

DNABin_Anth <- genDNABin(specdf_Anth)

Run the code above in your browser using DataLab