Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Pymultialign multiple sequence alignment visualizer
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cosmin SAVEANU
Pymultialign multiple sequence alignment visualizer
Commits
9088babd
Commit
9088babd
authored
6 years ago
by
Cosmin SAVEANU
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
4467f330
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+18
-1
18 additions, 1 deletion
README.md
with
18 additions
and
1 deletion
README.md
+
18
−
1
View file @
9088babd
...
...
@@ -3,4 +3,21 @@
Two scripts to isolate two sequences from a multiple alignment and show them side by side. The result can be useful to:
1.
find corresponding residue numbers between the aligned sequences;
2.
compress information about similarity in a graph.
\ No newline at end of file
2.
compress information about similarity in a graph.
Example of use:
```
python multiplalign_to_matrix.py -a testdata/DCP2_MAFFT.mfa -u "YEASX" -w "SCHPM" -o testdata/DCP2_MAFFT_matrix.txt
python matrix_to_graph_alignment.py -m testdata/DCP2_MAFFT_matrix.txt -o testdata/Scer_vs_Spom_DCP2.pdf
```
From a multiple alignment (in jalview):
<!--  -->
<img
src=
"images/screenshot_jalview_dcp2.png"
alt=
"jalview region of alignment"
width=
"600"
>
one can get the following image, with only two of the sequences highlighted, lower is S. cerevisiae, upper is S. pombe:

More information in the pymultialign_description.md file.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment