Entering edit mode
10.2 years ago
tg
▴
10
Hi All,
i want to update the genbank flat file I have on my local machine using R. Is it possible? If it is please what package or function can I use. I have browsed it but nothing concrete found. I have the annotation details in a tabular format and am looking at how I can map genes in the tabular format to gene in genbank format so I can append the annotation. Please advise. Many thanks
R is probably not the best solution to this problem. I'd look at one of the Bio* projects (BioPerl, BioRuby, BioPython), all of which provide modules to parse and write sequences in many formats including GenBank.
Thanks Neilfws for the advise. will try learning BioPerl