Re: [R] Is there any function to read genbank flat files.

2010-06-16 Thread Andrej
Hi, I think it's better to ask on Bioconductor mailing list. Regards On Jun 16, 6:19 pm, Fahim Md wrote: > Hi > I am trying to read genbank est flat files. Is there any function in R to do > that. I was looking for something similar to SeqIO.parse(input_handle, > "genbank")  in bioPython that c

[R] Is there any function to read genbank flat files.

2010-06-16 Thread Fahim Md
Hi I am trying to read genbank est flat files. Is there any function in R to do that. I was looking for something similar to SeqIO.parse(input_handle, "genbank") in bioPython that convert the genebank sequence into fasta sequence. (One option is to call biopython from R but I am not familiar with