You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ The Python client is autogenerated based on this [IGVF OpenAPI specification](ht
4
4
5
5
*Note while the API endpoints are relatively stable, the underlying data model is still evolving, and changing fields/types can cause breaking changes. The latest version of the client reflects the latest version of the schema used by the API.*
Copy file name to clipboardExpand all lines: docs/InVitroSystem.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Name | Type | Description | Notes
52
52
**part_of** | **str** | Links to a sample which represents a larger sample from which this sample was taken regardless of whether it is a tissue taken from an organism or smaller slices of a piece of tissue or aliquots of a cell growth. | [optional]
53
53
**sorted_from** | **str** | Links to a larger sample from which this sample was obtained through sorting. | [optional]
54
54
**sorted_from_detail** | **str** | Detail for sample sorted into fractions capturing information about sorting. | [optional]
55
-
**virtual** | **bool** | Virtual samples are not representing actual physical entities from experiments, but rather capturing metadata about hypothetical samples that the reported analysis results are relevant for. | [optional]
55
+
**virtual** | **bool** | Virtual samples do not represent actual physical entities from experiments, but instead capture metadata about hypothetical or inferred samples relevant to reported analysis results, including those derived through demultiplexing. | [optional]
56
56
**construct_library_sets** | **List[str]** | The construct library sets of vectors introduced to this sample prior to performing an assay. | [optional]
57
57
**moi** | **float** | The actual multiplicity of infection (MOI) for vectors introduced to this sample. At least one construct library set must be specified in order to specify MOI. This property should capture the actual MOI, and not the targeted MOI. | [optional]
58
58
**nucleic_acid_delivery** | **str** | Method of introduction of nucleic acid into the cell. | [optional]
@@ -87,7 +87,7 @@ Name | Type | Description | Notes
87
87
**upper_bound_age_in_hours** | **float** | Upper bound of age of organism in hours at the time of collection of the sample. | [optional]
88
88
**lower_bound_age_in_hours** | **float** | Lower bound of age of organism in hours at the time of collection of the sample . | [optional]
89
89
**pooled_in** | **List[str]** | The pooled samples in which this sample is included. | [optional]
90
-
**demultiplexed_to** | **List[str]** | The parts into which this sample has been demultiplexed. | [optional]
90
+
**demultiplexed_to** | **List[str]** | The in vitro system samples this in vitro system sample has been demultiplexed into. | [optional]
Copy file name to clipboardExpand all lines: docs/Item.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
65
65
**dbxrefs** | **List[str]** | Biosample identifiers from external resources, such as Biosample database or Cellosaurus. | [optional]
66
66
**sex** | **str** | | [optional]
67
67
**phenotypic_features** | **List[str]** | A list of associated phenotypic features of the donor. | [optional]
68
-
**virtual** | **bool** | Virtual samples are not representing actual physical entities from experiments, but rather capturing metadata about hypothetical samples that the reported analysis results are relevant for. | [optional]
68
+
**virtual** | **bool** | Virtual samples do not represent actual physical entities from experiments, but instead capture metadata about hypothetical or inferred samples relevant to reported analysis results, including those derived through demultiplexing. | [optional]
69
69
**supersedes** | **List[str]** | The sample(s) that this sample supersedes by virtue of being newer, better, or a fixed version of etc. than the one(s) it supersedes. | [optional]
70
70
**related_donors** | [**List[RelatedDonor]**](RelatedDonor.md) | Familial relations of this donor. | [optional]
71
71
**ethnicities** | **List[str]** | Ethnicity of the donor. | [optional]
@@ -390,19 +390,17 @@ Name | Type | Description | Notes
390
390
**upper_bound_age_in_hours** | **float** | Upper bound of age of organism in hours at the time of collection of the sample. | [optional]
391
391
**lower_bound_age_in_hours** | **float** | Lower bound of age of organism in hours at the time of collection of the sample . | [optional]
392
392
**pooled_in** | **List[str]** | The pooled samples in which this sample is included. | [optional]
393
-
**demultiplexed_to** | **List[str]** | The parts into which this sample has been demultiplexed. | [optional]
393
+
**demultiplexed_to** | **List[str]** | The in vitro system samples this multiplexed sample has been demultiplexed into. | [optional]
394
394
**multiplexed_samples** | **List[str]** | The samples multiplexed together to produce this sample. | [optional]
395
395
**multiplexing_methods** | **List[str]** | The methods used for multiplexing and demultiplexing. | [optional]
396
396
**sample_material** | **str** | | [optional]
397
397
**pmi** | **int** | The amount of time elapsed since death. | [optional]
398
398
**pmi_units** | **str** | The unit in which the PMI time was reported. | [optional]
399
-
**ccf_id** | **str** | HubMap Common Coordinate Framework unique identifier corresponding to the organ, biological structure, and spatial location of the tissue specimen within an organ. | [optional]
400
399
**preservation_method** | **str** | The method by which the tissue/organ was preserved: cryopreservation (slow-freeze) or flash-freezing. | [optional]
401
400
**used_by** | **List[str]** | The component(s) of the IGVF consortium that utilize this software. | [optional]
402
401
**categories** | **List[str]** | The general categories of this software. | [optional]
403
402
**versions** | **List[str]** | A list of versions that have been released for this software. | [optional]
404
403
**version** | **str** | The version of a particular software. | [optional]
405
-
**download_id** | **str** | The MD5 checksum, SHA-1 commit ID, image hash, or similar permanent identifier of the particular version of software used. | [optional]
406
404
**amount** | **float** | Specific quantity of the applied treatment (used in conjunction with amount_units). | [optional]
407
405
**amount_units** | **str** | A unit for an amount other than those for time or temperature. | [optional]
408
406
**duration** | **float** | Duration indicates the time elapsed between the start and end of the treatment. | [optional]
Copy file name to clipboardExpand all lines: docs/MultiplexedSample.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Name | Type | Description | Notes
34
34
**part_of** | **str** | Links to a sample which represents a larger sample from which this sample was taken regardless of whether it is a tissue taken from an organism or smaller slices of a piece of tissue or aliquots of a cell growth. | [optional]
35
35
**sorted_from** | **str** | Links to a larger sample from which this sample was obtained through sorting. | [optional]
36
36
**sorted_from_detail** | **str** | Detail for sample sorted into fractions capturing information about sorting. | [optional]
37
-
**virtual** | **bool** | Virtual samples are not representing actual physical entities from experiments, but rather capturing metadata about hypothetical samples that the reported analysis results are relevant for. | [optional]
37
+
**virtual** | **bool** | Virtual samples do not represent actual physical entities from experiments, but instead capture metadata about hypothetical or inferred samples relevant to reported analysis results, including those derived through demultiplexing. | [optional]
38
38
**construct_library_sets** | **List[str]** | The construct library sets of the samples included in this multiplexed sample. | [optional]
39
39
**moi** | **float** | The actual multiplicity of infection (MOI) for vectors introduced to this sample. At least one construct library set must be specified in order to specify MOI. This property should capture the actual MOI, and not the targeted MOI. | [optional]
40
40
**nucleic_acid_delivery** | **str** | Method of introduction of nucleic acid into the cell. | [optional]
@@ -57,6 +57,7 @@ Name | Type | Description | Notes
57
57
**origin_of** | **List[str]** | The samples which originate from this sample, such as through a process of cell fate change or the introduction of a genetic material. | [optional]
58
58
**institutional_certificates** | **List[str]** | The institutional certificates of the samples included in this multiplexed sample. | [optional]
59
59
**superseded_by** | **List[str]** | Sample(s) this sample is superseded by virtue of those sample(s) being newer, better, or a fixed version of etc. than this one. | [optional]
60
+
**demultiplexed_to** | **List[str]** | The in vitro system samples this multiplexed sample has been demultiplexed into. | [optional]
60
61
**sample_terms** | **List[str]** | The sample terms of the samples included in this multiplexed sample. | [optional]
61
62
**taxa** | **str** | The species of the organism. | [optional]
62
63
**disease_terms** | **List[str]** | The disease terms of the samples included in this multiplexed sample. | [optional]
Copy file name to clipboardExpand all lines: docs/PrimaryCell.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Name | Type | Description | Notes
52
52
**part_of** | **str** | Links to a sample which represents a larger sample from which this sample was taken regardless of whether it is a tissue taken from an organism or smaller slices of a piece of tissue or aliquots of a cell growth. | [optional]
53
53
**sorted_from** | **str** | Links to a larger sample from which this sample was obtained through sorting. | [optional]
54
54
**sorted_from_detail** | **str** | Detail for sample sorted into fractions capturing information about sorting. | [optional]
55
-
**virtual** | **bool** | Virtual samples are not representing actual physical entities from experiments, but rather capturing metadata about hypothetical samples that the reported analysis results are relevant for. | [optional]
55
+
**virtual** | **bool** | Virtual samples do not represent actual physical entities from experiments, but instead capture metadata about hypothetical or inferred samples relevant to reported analysis results, including those derived through demultiplexing. | [optional]
56
56
**construct_library_sets** | **List[str]** | The construct library sets of vectors introduced to this sample prior to performing an assay. | [optional]
57
57
**moi** | **float** | The actual multiplicity of infection (MOI) for vectors introduced to this sample. At least one construct library set must be specified in order to specify MOI. This property should capture the actual MOI, and not the targeted MOI. | [optional]
58
58
**nucleic_acid_delivery** | **str** | Method of introduction of nucleic acid into the cell. | [optional]
Copy file name to clipboardExpand all lines: docs/SearchResultItem.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Name | Type | Description | Notes
65
65
**dbxrefs** | **List[str]** | Biosample identifiers from external resources, such as Biosample database or Cellosaurus. | [optional]
66
66
**sex** | **str** | | [optional]
67
67
**phenotypic_features** | **List[str]** | A list of associated phenotypic features of the donor. | [optional]
68
-
**virtual** | **bool** | Virtual samples are not representing actual physical entities from experiments, but rather capturing metadata about hypothetical samples that the reported analysis results are relevant for. | [optional]
68
+
**virtual** | **bool** | Virtual samples do not represent actual physical entities from experiments, but instead capture metadata about hypothetical or inferred samples relevant to reported analysis results, including those derived through demultiplexing. | [optional]
69
69
**supersedes** | **List[str]** | The sample(s) that this sample supersedes by virtue of being newer, better, or a fixed version of etc. than the one(s) it supersedes. | [optional]
70
70
**related_donors** | [**List[RelatedDonor]**](RelatedDonor.md) | Familial relations of this donor. | [optional]
71
71
**ethnicities** | **List[str]** | Ethnicity of the donor. | [optional]
@@ -390,19 +390,17 @@ Name | Type | Description | Notes
390
390
**upper_bound_age_in_hours** | **float** | Upper bound of age of organism in hours at the time of collection of the sample. | [optional]
391
391
**lower_bound_age_in_hours** | **float** | Lower bound of age of organism in hours at the time of collection of the sample . | [optional]
392
392
**pooled_in** | **List[str]** | The pooled samples in which this sample is included. | [optional]
393
-
**demultiplexed_to** | **List[str]** | The parts into which this sample has been demultiplexed. | [optional]
393
+
**demultiplexed_to** | **List[str]** | The in vitro system samples this multiplexed sample has been demultiplexed into. | [optional]
394
394
**multiplexed_samples** | **List[str]** | The samples multiplexed together to produce this sample. | [optional]
395
395
**multiplexing_methods** | **List[str]** | The methods used for multiplexing and demultiplexing. | [optional]
396
396
**sample_material** | **str** | | [optional]
397
397
**pmi** | **int** | The amount of time elapsed since death. | [optional]
398
398
**pmi_units** | **str** | The unit in which the PMI time was reported. | [optional]
399
-
**ccf_id** | **str** | HubMap Common Coordinate Framework unique identifier corresponding to the organ, biological structure, and spatial location of the tissue specimen within an organ. | [optional]
400
399
**preservation_method** | **str** | The method by which the tissue/organ was preserved: cryopreservation (slow-freeze) or flash-freezing. | [optional]
401
400
**used_by** | **List[str]** | The component(s) of the IGVF consortium that utilize this software. | [optional]
402
401
**categories** | **List[str]** | The general categories of this software. | [optional]
403
402
**versions** | **List[str]** | A list of versions that have been released for this software. | [optional]
404
403
**version** | **str** | The version of a particular software. | [optional]
405
-
**download_id** | **str** | The MD5 checksum, SHA-1 commit ID, image hash, or similar permanent identifier of the particular version of software used. | [optional]
406
404
**amount** | **float** | Specific quantity of the applied treatment (used in conjunction with amount_units). | [optional]
407
405
**amount_units** | **str** | A unit for an amount other than those for time or temperature. | [optional]
408
406
**duration** | **float** | Duration indicates the time elapsed between the start and end of the treatment. | [optional]
Copy file name to clipboardExpand all lines: docs/SoftwareVersion.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@ Name | Type | Description | Notes
23
23
**description** | **str** | A plain text description of the object. | [optional]
24
24
**software** | **str** | Unique name of the software package. | [optional]
25
25
**version** | **str** | The version of a particular software. | [optional]
26
-
**download_id** | **str** | The MD5 checksum, SHA-1 commit ID, image hash, or similar permanent identifier of the particular version of software used. | [optional]
Copy file name to clipboardExpand all lines: docs/TechnicalSample.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Name | Type | Description | Notes
37
37
**part_of** | **str** | Links to a sample which represents a larger sample from which this sample was taken regardless of whether it is a tissue taken from an organism or smaller slices of a piece of tissue or aliquots of a cell growth. | [optional]
38
38
**sorted_from** | **str** | Links to a larger sample from which this sample was obtained through sorting. | [optional]
39
39
**sorted_from_detail** | **str** | Detail for sample sorted into fractions capturing information about sorting. | [optional]
40
-
**virtual** | **bool** | Virtual samples are not representing actual physical entities from experiments, but rather capturing metadata about hypothetical samples that the reported analysis results are relevant for. | [optional]
40
+
**virtual** | **bool** | Virtual samples do not represent actual physical entities from experiments, but instead capture metadata about hypothetical or inferred samples relevant to reported analysis results, including those derived through demultiplexing. | [optional]
41
41
**construct_library_sets** | **List[str]** | The construct library sets of vectors introduced to this sample prior to performing an assay. | [optional]
42
42
**moi** | **float** | The actual multiplicity of infection (MOI) for vectors introduced to this sample. At least one construct library set must be specified in order to specify MOI. This property should capture the actual MOI, and not the targeted MOI. | [optional]
43
43
**nucleic_acid_delivery** | **str** | Method of introduction of nucleic acid into the cell. | [optional]
Copy file name to clipboardExpand all lines: docs/Tissue.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Name | Type | Description | Notes
52
52
**part_of** | **str** | Links to a sample which represents a larger sample from which this sample was taken regardless of whether it is a tissue taken from an organism or smaller slices of a piece of tissue or aliquots of a cell growth. | [optional]
53
53
**sorted_from** | **str** | Links to a larger sample from which this sample was obtained through sorting. | [optional]
54
54
**sorted_from_detail** | **str** | Detail for sample sorted into fractions capturing information about sorting. | [optional]
55
-
**virtual** | **bool** | Virtual samples are not representing actual physical entities from experiments, but rather capturing metadata about hypothetical samples that the reported analysis results are relevant for. | [optional]
55
+
**virtual** | **bool** | Virtual samples do not represent actual physical entities from experiments, but instead capture metadata about hypothetical or inferred samples relevant to reported analysis results, including those derived through demultiplexing. | [optional]
56
56
**construct_library_sets** | **List[str]** | The construct library sets of vectors introduced to this sample prior to performing an assay. | [optional]
57
57
**moi** | **float** | The actual multiplicity of infection (MOI) for vectors introduced to this sample. At least one construct library set must be specified in order to specify MOI. This property should capture the actual MOI, and not the targeted MOI. | [optional]
58
58
**nucleic_acid_delivery** | **str** | Method of introduction of nucleic acid into the cell. | [optional]
@@ -63,7 +63,6 @@ Name | Type | Description | Notes
63
63
**selection_conditions** | **List[str]** | The conditions used for selecting the sample. | [optional]
64
64
**pmi** | **int** | The amount of time elapsed since death. | [optional]
65
65
**pmi_units** | **str** | The unit in which the PMI time was reported. | [optional]
66
-
**ccf_id** | **str** | HubMap Common Coordinate Framework unique identifier corresponding to the organ, biological structure, and spatial location of the tissue specimen within an organ. | [optional]
67
66
**preservation_method** | **str** | The method by which the tissue/organ was preserved: cryopreservation (slow-freeze) or flash-freezing. | [optional]
0 commit comments