I just want to highlight two packages in R that really do something useful. mygene (https://bioconductor.org/packages/release/bioc/html/mygene.html) takes a list of accession numbers and gets back genbank records. This is something I'm always doing. There are probably lots of good ways of doing this. xtable (https://cran.r-project.org/web/packages/xtable/index.html) is a bit more unique. It can take an R … Continue reading Going from a list of accession numbers to a formatted latex table