JavaScript access to Clustal Omega REST service
0
0
Entering edit mode
7.7 years ago
zdebruine ▴ 120

I'm working in JavaScript and need to create a function for multiple protein sequence alignment. I'd prefer a function like the following in which a string of FASTA sequences is passed in and the clustal alignment .txt result is returned.

function align(fastaSequences) {
    // run clustal omega alignment on fastaSequences
    return alignment;
}

Any input or output format would work, though. How can I use the Clustal Omega REST API in JavaScript? (see http://www.ebi.ac.uk/Tools/webservices/services/msa/clustalo_rest).

clustal omega javascript alignment • 2.0k views
ADD COMMENT

Login before adding your answer.

Traffic: 1889 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