Class DasAlignment
java.lang.Object
com.compomics.util.pdbfinder.das.readers.DasAlignment
DasAlignment.
- Author:
- Niklaas Colaert, Yehia Farag
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty default constructorDasAlignment(com.google.gson.JsonObject aDasAlignment) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the alignment blocks.Returns the experiment type.Returns the header.Returns the PDB accession.Returns the PDB groups.Returns the resolution.Returns the SP accession.getTitle()Returns the title.Read a URL.
-
Constructor Details
-
DasAlignment
public DasAlignment()Empty default constructor -
DasAlignment
public DasAlignment(com.google.gson.JsonObject aDasAlignment) Constructor.- Parameters:
aDasAlignment- the DAS alignment
-
-
Method Details
-
getResolution
Returns the resolution.- Returns:
- the resolution
-
getExperimentType
Returns the experiment type.- Returns:
- the experiment type
-
getHeader
Returns the header.- Returns:
- the header
-
getTitle
Returns the title.- Returns:
- the title
-
getPdbAccession
Returns the PDB accession.- Returns:
- the PDB accession
-
getSpAccession
Returns the SP accession.- Returns:
- the SP accession
-
getAlignmentBlocks
Returns the alignment blocks.- Returns:
- the alignment blocks
-
getPdbGroup
Returns the PDB groups.- Returns:
- the PDB groups
-
readUrl
Read a URL.- Parameters:
aUrl- the URLaPdbAccession- the PDB accession- Returns:
- the sequence
-