wetlab.Biosample

class wetlab.Biosample(*args, **kwargs)

Bases: Record, CanValidate

Biological samples.

Fields

id

Internal id, valid only in one DB instance.

uid

Universal id, valid across DB instances.

name

Name of the biosample.

batch

Batch label of the biosample.

description

Description of the biosample.

tissues

Tissues linked to the biosample.

cell_lines

Cell lines linked to the biosample.

cell_types

Cell types linked to the biosample.

diseases

Diseases linked to the biosample.

collections

Collections linked to the biosample.

created_at

Time of creation of record.

updated_at

Time of last update to record.

Methods