Can we superimpose more than 2 structures in biojava?
Is there any way to do multiple alignment of structures in biojava or convert multiple alignment to pdb file?
biojava
• 2,182 views
•
link
updated
by
vassialk •
•
written
by
Janeeta Raja •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
High throughput protein structure homology prediction
written by francesco.costa.11 •Hello everybody, I need to obtain as much more as possible protein homology structures (.pdb) from a few hundred genes of Rattus norvegicus. Do someone …
-
Confusion related to Multi-Target Drugs
written by Janeeta Raja •Multi-target drugs are there to cure multiple diseases but interacting with different targets. Are these drugs cure only diseases under one category for example one …
-
Download large amount of data form Pubchem by giving names at once
written by Janeeta Raja •Is there any way to retrieve Pubchem Cid through names? Is there any script available for doing this? In Pubchem we can download by using …
-
Structural alignment of compounds
written by Janeeta Raja •<p>Is there any algorithm for structural alignment of compounds (using pdb files)? or which algorithms are used for finding structurally similar compounds by using which …
-
Problem in DSSPParser and SecStrucPred classes in biojava packages.
written by Janeeta Raja •I want to get Dssp file from pdb file. I have found few example doing this using DSSPParser and SecStrucPred classes. https://github.com/biojava/biojava/blob/master/biojava-structure/src/test/java/org/biojava/nbio/structure/secstruc/TestDSSPParser.java I looked into …
-
Convert to PDB Format from Secondary Strucutre
written by virpatel3 •I have a sequence of secondary structures in the following format: CCCCCCCCHHHHHHCCCCCHHHHHHHHCCCCCCCCHHHHHHHHHHHHHHHHHHHCCHHHH I also have the amino acids underneath these structures. Is there any way …
-
How To Extract Secondary Structure Regions Based On Dihedral Angles From Multiple Pdb Files ?
written by nahsivar •<p>How to extract secondary structure regions based on dihedral angles from multiple PDB files ?</p> <p>For a single PDB file, secondary structure could easily be …
-
Finding Structures Of Protein Complexes!
written by kandoigaurav<p>Is there any way by which I can retrieve or search structures of protein complexes in batch?</p> <p>I need to find structures of protein complexes …
-
How To Extract Secondary Structure From Pdb File ?
written by joey0214.zhong •<p>how to extract secondary structure from PDB file using Biojava? I want to analysis the secondary structure, wander that can use Biojava to extract from …
-
How To Convert Pdb.Gz To Pdb Directly In In Java
written by potassiumiodide0990<blockquote> <pre><code>import java.util.Map; import javax.swing.text.Position; import org.biojava.bio.structure.*; import org.biojava.bio.structure.io.PDBFileReader; public class PDBFile { public PDBFile() { Parser parserObj = new Parser(); String PDBID = parserObj.passPDBID(); …
Have you considered using PyMol?
Check out the MultipleAlignmentGUI class in Biojava. It allows to create a multiple structure alignment.