Hi All,
I'm trying to edit some genbank file fields in R (removing whitespace from gene feature tags) and write the updated output to a new file. Whilst I can read .gbk files (using gggenomes) and perform the edits I want, I cannot for the life of me find any R package that allows me to write a genbank file.
Does anyone know of a way to do this? I noticed BioPython has a number of options but I'm not as familiar with Python so would struggle more with performing the edits I need to make, though if no R option is available I suppose I'll make the switch.
Thank you!