V2reportsCheckM

March 26, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
checkm_marker_setstr[optional]
checkm_species_tax_idint[optional]
checkm_marker_set_rankstr[optional]
checkm_versionstr[optional]
completenessfloat[optional]
contaminationfloat[optional]
completeness_percentilefloat[optional]

Example

from ncbi.datasets.openapi.models.v2reports_check_m import V2reportsCheckM

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

# convert the object into a dict
v2reports_check_m_dict = v2reports_check_m_instance.to_dict()
# create an instance of V2reportsCheckM from a dict
v2reports_check_m_from_dict = V2reportsCheckM.from_dict(v2reports_check_m_dict)

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