ropensci / phylotaR

An automated pipeline for retrieving orthologous DNA sequences from GenBank in R
https://docs.ropensci.org/phylotaR
Other
23 stars 9 forks source link

Internal handling of sequences #5

Closed hettling closed 6 years ago

hettling commented 7 years ago

Right now, sets of sequences are represented as lists with gis as keys. For a package that should be build to interact with other packages (e.g. ape), we might want to consider using existing classes for sequence (and also taxonomy node) representations.