sequence similarity in R
0
0
Entering edit mode
17 months ago
kng ▴ 30

I use emboss water on the command line to do pairwise sequence alignment. It worked fine for a few sequences, but I now have a list of 100s of sequences to check pairwise alignment for. Is there a way to automate this in R ?

protein-alignment homology protein similarity sequence • 517 views
ADD COMMENT
0
Entering edit mode

You can shell-out from R as you can with most languages, but I'd question using R for this really. If you've already done alignments on the commandline, stay on the commandline.

All you need is a shell loop or some GNU parallel usage to achieve this. It can even be done as a one-line shell command.

ADD REPLY

Login before adding your answer.

Traffic: 2545 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6