Re: [R] write.dna command

2017-06-19 Thread William Michels via R-help
Hi Mogjib, Does the following solve your issue? > setwd(WD) On Sat, Jun 17, 2017 at 7:26 AM, Mogjib Salek wrote: > Hi all, > > I am learning R by "doing". And this is my first post. > > I want to use R: 1- to fetch a DNA sequence from a databank (see bellow) > and 2- store it as FASTA file.

Re: [R] write.dna command

2017-06-17 Thread William Michels via R-help
We'll need more information on the packages you're using. Can you post the output of: > sessionInfo() Finally, is this a Bioconductor question? They have their own support site: https://support.bioconductor.org HTH, William Michels, Ph.D. On Sat, Jun 17, 2017 at 11:05 AM, Jeff Newmiller wro

Re: [R] write.dna command

2017-06-17 Thread Jeff Newmiller
I suspect you meant WD <- "~/Documents/Scripting/R_Studio/Sequences/" but I am entirely unfamiliar with the packages you are using, and know nothing about what is on your hard drive. For future reference: A) Read the Posting Guide. This is a plain text email list, and your html formatting g

[R] write.dna command

2017-06-17 Thread Mogjib Salek
Hi all, I am learning R by "doing". And this is my first post. I want to use R: 1- to fetch a DNA sequence from a databank (see bellow) and 2- store it as FASTA file. The problem: neither an error is prompted nor the fasta file is created. Testing the code (see bellow), I notice that everything