Generate a DNA String Set
genDNAStringSet.Rd
Create a DNA string set object using a DNA bin object to write and read a FASTA file.
Arguments
- DNABin
A DNA bin oibject
- fileName
An optional file name that will be saved to the directory
Examples
# 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)