ajdas


Data type AjPDasCoordinate

Description of the namespace/coordinate of a DAS source

Attributes

NameTypeDescription
uriAjPStrthe unique URI for a DAS source. For a DAS registration server it should allow to access more information about the coordinate/namespace
taxidAjPStrNCBI taxonomy id of the organism, as a number
sourceAjPStrtype of the sources for the coordinate system, such as chromosome, scaffold, supercontig
authorityAjPStrname of the organization that determined the coordinate system
test_rangeAjPStrexample id with start/stop positions
versionAjPStrversion of the build upon which the coordinate system is based


Data type AjPDasSource

DAS Source

Attributes

NameTypeDescription
uriAjPStra unique URI for the DAS source
titleAjPStrnickname
descriptionAjPStrdescription
entry_points_uriAjPStrURI for the DAS 'entry_points' command
sequence_query_uriAjPStrURI for the DAS 'sequence' command
features_query_uriAjPStrURI for the DAS 'features' command
coordinatesAjPListlist of supported coordinates
sequenceAjBoolwhether 'sequence' queries are supported
stylesheetAjBoolwhether 'stylesheet' queries are supported
featuresAjBoolwhether 'features' queries are supported
entry_pointsAjBoolwhether 'entry_points' queries are supported


Data type AjPDasSegment

DAS Segment

segment elements are returned by DAS 'entry_points' query

Attributes

NameTypeDescription
idAjPStrunique identifier
typeAjPStrtype of the segment, such as "chromosome" or "scaffold"
startajuintstart position of the segment
stopajuintstop position of the segment
orientationAjPStrorientation is one of "+" or "-" and indicates the strandedness of the segment ("+" if the segment is not intrinsically ordered)
subpartsAjBool"yes" indicates that the segment has subparts
paddingchar[4]Padding to alignment boundary


Data type AjDASserver

DAS server object

Attributes

NameTypeDescription
hostAjPStrhost-name
pathAjPStrpath to DAS service on host
portajuintURL port
paddingchar[4]Padding to alignment boundary
sourcesAjPListlist of available DAS sources on the server