Hey, I have a list of accession number and they are all in the format of NC_######(e.g. NC_002935). I tried to use read.GenBank from R to get those sequence but I think it fail to recognize this type of format since it gave an error message: Error in FI[i]:LA[i] : NA/NaN argument. Does anyone know how to R or other program to get multiple gene sequences using accession number in the format I describe here.
Thanks. I tried with NCBI reference sequence database number (NC_xxxxxx), it said there is error in character but it works with GI number. So is it also not able to take the NCBI database number? Do you know if there is a way to convert NCBI number to accession number?