Displaying 2 results from an estimated 2 matches for "mogjib".
2017 Jun 17
3
write.dna command
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 works until
the *"write.dna"
*command - which is not creating the fasta file.
2017 Jun 17
0
write.dna command
...Studio, the use of Projects will take care of this for you. Then you don't have to put in your whole working path in the script and you can copy/move your R and data files elsewhere without breaking everything.
--
Sent from my phone. Please excuse my brevity.
On June 17, 2017 7:26:42 AM PDT, Mogjib Salek <mogjibs at gmail.com> 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.
>
>The problem: neither an error is prompted...