|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.File
ProGAL.proteins.PDBFile
ProGAL.proteins.belta.PDBFile
public class PDBFile
Quick note: One important feature of this extension of the normal PDBFile is that all indices are shifted so they are consecutive, which is required for betatopologies and secondary structures to make sense and not crash. TODO:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ProGAL.proteins.PDBFile |
---|
PDBFile.AnisouRecord, PDBFile.AtomRecord, PDBFile.EndModelRecord, PDBFile.HelixRecord, PDBFile.HetatmRecord, PDBFile.ModelRecord, PDBFile.OtherRecord, PDBFile.ParentRecord, PDBFile.PDBChain, PDBFile.PDBModel, PDBFile.PDBRecord, PDBFile.RemarkRecord, PDBFile.SheetRecord, PDBFile.TerRecord |
Field Summary |
---|
Fields inherited from class ProGAL.proteins.PDBFile |
---|
name |
Fields inherited from class java.io.File |
---|
pathSeparator, pathSeparatorChar, separator, separatorChar |
Constructor Summary | |
---|---|
PDBFile(java.lang.String path)
|
Method Summary | |
---|---|
PDBFile.AtomRecord |
getAtom(int res,
java.lang.String atomType)
|
BetaTopology |
getBetaTopology()
|
SecondaryStructure |
getSecondaryStructure()
|
static void |
main(java.lang.String[] args)
|
int |
shift(int residueNumber)
|
Methods inherited from class ProGAL.proteins.PDBFile |
---|
downloadPDBFile, getAtomCoords, getAtomCoords, getAtomCoords, getAtomRecords, getAtomRecords, getAtomRecords, getCACoords, getCACoords, getCARecords, getCARecords, getChain, getHetatmRecords, getHetatmRecords, getModels, getRecords, getRemarkRecords, getResolution, getSequence, setIncludeHetatms, setIncludeHydrogens, setStandardChain, setStandardChain, setStandardModel, superposeOnto |
Methods inherited from class java.io.File |
---|
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toString, toURI, toURL |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PDBFile(java.lang.String path)
Method Detail |
---|
public int shift(int residueNumber)
public PDBFile.AtomRecord getAtom(int res, java.lang.String atomType)
getAtom
in class PDBFile
public SecondaryStructure getSecondaryStructure()
public BetaTopology getBetaTopology()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |