Class DasAlignment
java.lang.Object
com.compomics.util.pdbfinder.das.readers.DasAlignment
public class DasAlignment extends Object
DasAlignment.
- Author:
- Niklaas Colaert
-
Constructor Summary
Constructors Constructor Description DasAlignment()
Empty default constructorDasAlignment(String aDasAlignment)
Constructor. -
Method Summary
Modifier and Type Method Description AlignmentBlock[]
getAlignmentBlocks()
Returns the alignment blocks.String
getExperimentType()
Returns the experiment type.String
getHeader()
Returns the header.String
getPdbAccession()
Returns the PDB accession.String
getPdbGroup()
Returns the PDB groups.String
getResolution()
Returns the resolution.String
getSpAccession()
Returns the SP accession.String
getTitle()
Returns the title.
-
Constructor Details
-
DasAlignment
public DasAlignment()Empty default constructor -
DasAlignment
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
-