|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.pdbfinder.FindPdbForUniprotAccessions
public class FindPdbForUniprotAccessions
Maps uniprot protein accession numbers to PDB file ids.
Constructor Summary | |
---|---|
FindPdbForUniprotAccessions(java.lang.String aProteinAccession)
|
Method Summary | |
---|---|
java.util.Vector<PdbParameter> |
getPdbs()
Returns a vector of the PDB files mapped to the given protein accession number. |
static void |
main(java.lang.String[] args)
Main method. |
boolean |
urlWasRead()
Returns true if the PDB URL was read, false otherwise. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FindPdbForUniprotAccessions(java.lang.String aProteinAccession)
aProteinAccession
- Method Detail |
---|
public boolean urlWasRead()
public java.util.Vector<PdbParameter> getPdbs()
public static void main(java.lang.String[] args)
args
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |