V2reportsGeneNeighborsAnnotation

May 12, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
assembly_accessionstr[optional]
assembly_namestr[optional]
annotation_namestr[optional]
annotation_release_datestr[optional]
genomic_locationsList[V2reportsGeneNeighborGenomicLocation][optional]

Example

from ncbi.datasets.openapi.models.v2reports_gene_neighbors_annotation import V2reportsGeneNeighborsAnnotation

# TODO update the JSON string below
json = "{}"
# create an instance of V2reportsGeneNeighborsAnnotation from a JSON string
v2reports_gene_neighbors_annotation_instance = V2reportsGeneNeighborsAnnotation.from_json(json)
# print the JSON string representation of the object
print(V2reportsGeneNeighborsAnnotation.to_json())

# convert the object into a dict
v2reports_gene_neighbors_annotation_dict = v2reports_gene_neighbors_annotation_instance.to_dict()
# create an instance of V2reportsGeneNeighborsAnnotation from a dict
v2reports_gene_neighbors_annotation_from_dict = V2reportsGeneNeighborsAnnotation.from_dict(v2reports_gene_neighbors_annotation_dict)

[Back to Model list] [Back to API list] [Back to README]