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,187 views
•
link
updated
by
vassialk
20
• |
written
by
Janeeta Raja
2
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 3Hello everybody, I need to obtain as much more as possible protein homology structures (.pdb) from a few hundred genes of Rattus norvegicus. Do someone …
-
Secondary structures of proteins
written by suryaram2394 0Hi there.! I have thousands of PDB files and I can't compute those one by one in stride server to get *secondary structures* of proteins, …
-
Confusion related to Multi-Target Drugs
written by Janeeta Raja 2Multi-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 2Is 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 2<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 2I 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 2I 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 1<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 15<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 Convert Pdb.Gz To Pdb Directly In In Java
written by potassiumiodide0990 8<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.