Questions tagged [clustalx]

Clustal X is a windows interface for the ClustalW multiple sequence alignment program. It provides an integrated environment for performing multiple sequence and profile alignments and analysing the results.

The sequence alignment is displayed in a window on the screen. A versatile coloring scheme has been incorporated allowing you to highlight conserved features in the alignment. The pull-down menus at the top of the window allow you to select all the options required for traditional multiple sequence and profile alignment.

You can cut-and-paste sequences to change the order of the alignment; you can select a subset of sequences to be aligned; you can select a sub-range of the alignment to be realigned and inserted back into the original alignment.

Alignment quality analysis can be performed and low-scoring segments or exceptional residues can be highlighted.

ClustalX is available on Linux, Mac and Windows.

2 questions
0
votes
1 answer

writing FASTA file output in R

I am trying to perform Multiple Sequence Alignment using ClustalW. The code works, and I am able to see the alignments on my terminal in R. Below is the code that I wrote. library(BiocManager) library(msa) library(Biostrings) mySequences <-…
thole
  • 117
  • 6
0
votes
0 answers

Launching ClustalX2 and a file in it from java

I have successfully launch clustalx from java(using only /home/b/Desktop/clustalx-2.1-linux-i686-libcppstatic/clustalx) but cannot launch a file in it directly. Here are the code what i have tried: String[] command=…
BDM
  • 1
  • 1