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,900 views
•
link
written
by
ewa_kania-15
0
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Multiple Sequence Alignment
written by ohear030 0Is it possible to do a multiple sequence alignment for proteins online without downloading software? Or how is it possible to do a protein multiple …
-
Best tools to search for and report all alignments
written by hersh 7I am looking to align a fastq file of 50mer sequences against a reference genome. I am looking to return ALL possible alignments, not just …
-
Generate HMM profile without an MSA (hmmer)
written by elenatea.russo 2Hello 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 0Hello 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 0Hello, 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 0Is 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 0I 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 0I would like to ask if there is possible using biojava add sequence to exiting profile alignement ? I mean I would like to keep …
-
Substitution Matrix For Multiple Alignment File
written by Smack The insect 0<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 316<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 …