|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.biojava.spice.das.AlignmentTools
| Constructor Summary | |
AlignmentTools(RegistryConfiguration conf)
|
|
| Method Summary | |
static void |
addMatrix(Alignment ali,
String intObjectId,
Matrix matrix)
add a Matrix to an object |
static void |
addObject(Alignment ali,
String accessionCode,
String intObjectId,
String objectVersion,
String type,
String dbSource,
String dbVersion,
String dbCoordSys,
List details)
add a new object to an alignment |
static void |
addVector(Alignment ali,
String intObjectId,
Atom atom)
add a shift vector to an alignment |
Alignment[] |
getAlignments(String code)
get alignments for a particular uniprot or pdb code |
static Annotation |
getObject(String s,
Alignment a)
|
static String |
getPDBCodeFromAlignment(Alignment ali)
|
static String |
getUniProtCodeFromAlignment(Alignment ali)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AlignmentTools(RegistryConfiguration conf)
conf - the configuration to be used| Method Detail |
public static void addVector(Alignment ali,
String intObjectId,
Atom atom)
throws DASException
ali - intObjectId - atom -
DASException
public static void addMatrix(Alignment ali,
String intObjectId,
Matrix matrix)
throws DASException
ali - intObjectId - matrix -
DASException
public static void addObject(Alignment ali,
String accessionCode,
String intObjectId,
String objectVersion,
String type,
String dbSource,
String dbVersion,
String dbCoordSys,
List details)
throws DASException
ali - the alignment to which the new object should be attached toaccessionCode - intObjectId - objectVersion - type - dbSource - dbVersion - dbCoordSys - details - a list of detail annotation as created with getObjectDetails. Can be null or size 0.
DASException
public static Annotation getObject(String s,
Alignment a)
public Alignment[] getAlignments(String code)
code -
public static String getUniProtCodeFromAlignment(Alignment ali)
public static String getPDBCodeFromAlignment(Alignment ali)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||