I am trying to use seqnir to retrieve a sequence. Based on a tutorial , I should first open the data based then query and then close the data base
choosebank("genbank")
naturepaper <- query('naturepaper', 'R=Nature/460/352')
closebank()
But i get this error ,
Error in query("naturepaper", "R=Nature/460/352") :
invalid request:"unknown reference at (^): \"R
I tried to understand the problem but I could not find it, ?query is this , so I am using the correct syntax as input
R=refcode
seqs from reference specified such as in jcode/volume/page (e.g., JMB/13/5432)
Any comment ?
It seems like I'm doing the same tutorial ... Little Book of R for Bioinformatics? Yea, I'm getting the same error.
Did you end up figuring this out?