Biojava sequence to exiting profile alignement
I would like to ask if there is possible to align sequence to existed alignment by using biojava? It is something like this (Profile Alignement Mode) in ClustalX
alignment
biojava
sequence
profile
• 1,893 views
•
link
written
by
ewa_kania-15 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Multiple Sequence Alignment
written by ohear030 •Is it possible to do a multiple sequence alignment for proteins online without downloading software? Or how is it possible to do a protein multiple …
-
Generate HMM profile without an MSA (hmmer)
written by elenatea.russo •Hello to everyone :) I need to build a HMM profile with hmmer without an MSA, i.e., I have a set of protein sequences that …
-
CookbookMSA Multiple Sequence Alignement error in biojava demo
written by ewa_kania-15 •Hello I'm trying to run the Multiple Sequence Alignment using biojava and ready code recommended by biojava ``` public class CookbookMSA { public static void …
-
Problem with biojava.core.jar
written by ewa_kania-15 •Hello, I am working with Biojava and I am trying to run CookbookMSA. I have all requested jars, but I get an error ``` Exception …
-
Biojava secondary structure prediction
written by ewa_kania-15 •Is there any method to use in biojava to predict secondary structure from a given sequence? Or if not does any anyone how can i …
-
method getProgressiveAlignment in biojava
written by ewa_kania-15 •I have problems with using method I biojava in class alignments: `getProgressiveAlignment(GuideTree<S,C> tree, Alignments.ProfileProfileAlignerType type, GapPenalty gapPenalty, SubstitutionMatrix<C> subMatrix)`. I don't know what is `Alignments.ProfileProfileAlignerType` …
-
Alignement sequence to existing profile
written by ewa_kania-15 •I would like to ask if there is possible using biojava add sequence to exiting profile alignement ? I mean I would like to keep …
-
How To Display Amino Acid Ailgnment In Biojava Using Biojava
written by joey0214.zhong •<p>how to display amino acid ailgnment in biojava using Biojava? I'm using Graphics2D to drew amino acid sequences alignment in my biojava application, but it …
-
Substitution Matrix For Multiple Alignment File
written by Smack The insect •<p>Hi all,</p> <p>this will be my first question here :)</p> <p>i have an alignement file generated using Clustalx (around 20 species)</p> <p>i need to parse …
-
Vim Highlighting For Msa
written by Lee Katz<p>Hi, is there a VIM file/script out there that would highlight a multiple sequence alignment appropriately, like in clustalx? I think it would be nice …