seqann.feature_client.models package

Submodules

seqann.feature_client.models.feature module

No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)

OpenAPI spec version: 1.0

Generated by: https://github.com/swagger-api/swagger-codegen.git

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

class seqann.feature_client.models.feature.Feature(locus=None, term=None, rank=None, accession=None, sequence=None, hash_code=None)[source]

Bases: object

NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.

locus

Gets the locus of this Feature.

Returns:The locus of this Feature.
Return type:str
term

Gets the term of this Feature.

Returns:The term of this Feature.
Return type:str
rank

Gets the rank of this Feature.

Returns:The rank of this Feature.
Return type:int
accession

Gets the accession of this Feature.

Returns:The accession of this Feature.
Return type:int
sequence

Gets the sequence of this Feature.

Returns:The sequence of this Feature.
Return type:str
hash_code

Gets the hash_code of this Feature.

Returns:The hash_code of this Feature.
Return type:int
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

seqann.feature_client.models.feature_request module

No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)

OpenAPI spec version: 1.0

Generated by: https://github.com/swagger-api/swagger-codegen.git

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

class seqann.feature_client.models.feature_request.FeatureRequest(locus=None, term=None, rank=None, sequence=None)[source]

Bases: object

NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.

locus

Gets the locus of this FeatureRequest. locus name or URI

Returns:The locus of this FeatureRequest.
Return type:str
term

Gets the term of this FeatureRequest. Sequence Ontology (SO) term name, accession, or URI

Returns:The term of this FeatureRequest.
Return type:str
rank

Gets the rank of this FeatureRequest. feature rank, must be at least 1

Returns:The rank of this FeatureRequest.
Return type:int
sequence

Gets the sequence of this FeatureRequest. feature sequence, in DNA alphabet

Returns:The sequence of this FeatureRequest.
Return type:str
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

seqann.feature_client.models.sequence module

Module contents

No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)

OpenAPI spec version: 1.0

Generated by: https://github.com/swagger-api/swagger-codegen.git

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.