mgnipy.emgapi_v2_client.models.publication_annotations module#

class mgnipy.emgapi_v2_client.models.publication_annotations.PublicationAnnotations(sample_processing, other)[source]#

Bases: object

Parameters:
sample_processing#

List of sample processing annotations

Type:

list [EuropePmcAnnotationGroup]

other#

List of other annotations

Type:

list [EuropePmcAnnotationGroup]

property additional_keys: list [str ]#
additional_properties: dict [str , Any]#
classmethod from_dict(src_dict)[source]#
Parameters:

src_dict (Mapping [str , Any ])

Return type:

T

other: list [EuropePmcAnnotationGroup]#
sample_processing: list [EuropePmcAnnotationGroup]#
to_dict()[source]#
Return type:

dict [str , Any ]