Entering edit mode
10.0 years ago
l.roca
▴
10
Hi,
Is there a native R package that does Multiple Sequence Alignments In R?
I am looking for something like pairwiseAlignment in Bioconductor which does not need installation of other softwares (e.g., CLUSTW and MUSCLE) to run.
Thanks
I tried and I get this error:
Error in rep(" ", jl) : invalid 'times' argument
what does it mean?
Is there any way you can share the link to your multi-fasta file?
Thanks for the comment. It is a small file so I just copy pasted it:
I changed the names of your sequences to something short, and it is working fine.
Thanks. Any idea what was the problem?
Honestly I don't know. I tried to figure it out by removing the special characters like '|', '=', '-' and '_' but it doesn't seem to affect it. However, when I rename the sequences to something short, it works. Did you try renaming your sequences and re-running the command?
Yep, I changed it and it works. I just wonder what is the reason :-)