Entering edit mode
10.6 years ago
ewa_kania-15
•
0
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
type and how to use it.
GuideTree
: http://www.biojava.org/docs/api/org/biojava3/alignment/GuideTree.htmlAlignments.ProfileProfileAlignerType
: http://www.biojava.org/docs/api/org/biojava3/alignment/Alignments.ProfileProfileAlignerType.htmlGapPenalty
: http://www.biojava.org/docs/api/org/biojava3/alignment/template/GapPenalty.htmlSubstitutionMatrix
: http://www.biojava.org/docs/api/org/biojava3/alignment/template/SubstitutionMatrix.html