Learn R Programming

PhyInsight (version 0.1.0)

genDNAStringSet: Generate a DNA String Set

Description

Create a DNA string set object using a DNA bin object to write and read a FASTA file.

Usage

genDNAStringSet(DNABin)

Value

A DNA string set

Arguments

DNABin

A DNA bin object.

Examples

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

DNABin_Anth <- genDNABin(specdf_Anth)

DNAStringset_Anth <- genDNAStringSet(DNABin_Anth)

Run the code above in your browser using DataLab