Hi Jean-Karim Heriche
Thanks for your answer. I had installed R and seqinr, but I got a error message.
The file with the alignement is in: home/Documents/A/B/file1.clustal
c@c-HP-245-G4-Notebook-PC:~$
c@c-HP-245-G4-Notebook-PC:~$cd Documents/
c@c-HP-245-G4-Notebook-PC:~/Documents$
c@c-HP-245-G4-Notebook-PC:~/Documents$ cd A/
c@c-HP-245-G4-Notebook-PC:~/Documents/A$
c@c-HP-245-G4-Notebook-PC:~/Documents/A$ cd B/
c@c-HP-245-G4-Notebook-PC:~/Documents/A/B$
c@c-HP-245-G4-Notebook-PC:~/Documents/A/B$ R
R version 3.0.2 (2013-09-25) -- "Frisbee Sailing" Copyright (C) 2013 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit)
library("seqinr")
The manual say we have to that write:
clustal.res <- read.alignment(file = system.file("home/Documents/A/B/file1.clustal", package = "seqinr"), format="clustal") Error en read.alignment File is not readable
I tried save the file in fasta format in the site of clustal omega and change the command > fasta.res <- read.alignment but the result is the same.
can you help me to localizate the error?
Thanks
Cesar