V2reportsSampleInfo

July 11, 2026 ยท View on GitHub

Properties

NameTypeDescriptionNotes
clonestr[optional]
subclonestr[optional]
haplotypestr[optional]
genotypestr[optional]
sexstr[optional]
cell_linestr[optional]
cell_typestr[optional]
tissuestr[optional]
clone_libstr[optional]
dev_stagestr[optional]
tissue_libstr[optional]
geo_loc_namestr[optional]
lat_lonstr[optional]
collection_datestr[optional]
collected_bystr[optional]
identified_bystr[optional]
mating_typestr[optional]
phenotypestr[optional]
altitudestr[optional]
isolation_detailsV2reportsIsolationDetails[optional]

Example

from ncbi.datasets.openapi.models.v2reports_sample_info import V2reportsSampleInfo

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

# convert the object into a dict
v2reports_sample_info_dict = v2reports_sample_info_instance.to_dict()
# create an instance of V2reportsSampleInfo from a dict
v2reports_sample_info_from_dict = V2reportsSampleInfo.from_dict(v2reports_sample_info_dict)

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