-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
148 changed files
with
2,121 additions
and
310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501 | ||
OpenAPI spec version: 2.7.6 | ||
OpenAPI spec version: 2.8.0 | ||
Contact: [email protected] | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
@@ -55,6 +55,7 @@ | |
from gemmapy.sdk.models.dataset9 import Dataset9 | ||
from gemmapy.sdk.models.dataset_arg import DatasetArg | ||
from gemmapy.sdk.models.diff_ex_result_set_summary_value_object import DiffExResultSetSummaryValueObject | ||
from gemmapy.sdk.models.differential_expression_analysis_result_by_gene_value_object import DifferentialExpressionAnalysisResultByGeneValueObject | ||
from gemmapy.sdk.models.differential_expression_analysis_result_set_value_object import DifferentialExpressionAnalysisResultSetValueObject | ||
from gemmapy.sdk.models.differential_expression_analysis_result_value_object import DifferentialExpressionAnalysisResultValueObject | ||
from gemmapy.sdk.models.differential_expression_analysis_value_object import DifferentialExpressionAnalysisValueObject | ||
|
@@ -82,6 +83,8 @@ | |
from gemmapy.sdk.models.gene3 import Gene3 | ||
from gemmapy.sdk.models.gene4 import Gene4 | ||
from gemmapy.sdk.models.gene5 import Gene5 | ||
from gemmapy.sdk.models.gene6 import Gene6 | ||
from gemmapy.sdk.models.gene7 import Gene7 | ||
from gemmapy.sdk.models.gene_arg import GeneArg | ||
from gemmapy.sdk.models.gene_element_expressions_value_object import GeneElementExpressionsValueObject | ||
from gemmapy.sdk.models.gene_ontology_term_value_object import GeneOntologyTermValueObject | ||
|
@@ -109,6 +112,7 @@ | |
from gemmapy.sdk.models.queried_and_filtered_and_inferred_and_limited_response_data_object_annotation_with_usage_statistics_value_object import QueriedAndFilteredAndInferredAndLimitedResponseDataObjectAnnotationWithUsageStatisticsValueObject | ||
from gemmapy.sdk.models.queried_and_filtered_and_inferred_and_limited_response_data_object_array_design_with_usage_statistics_value_object import QueriedAndFilteredAndInferredAndLimitedResponseDataObjectArrayDesignWithUsageStatisticsValueObject | ||
from gemmapy.sdk.models.queried_and_filtered_and_inferred_and_limited_response_data_object_category_with_usage_statistics_value_object import QueriedAndFilteredAndInferredAndLimitedResponseDataObjectCategoryWithUsageStatisticsValueObject | ||
from gemmapy.sdk.models.queried_and_filtered_and_inferred_and_paginated_response_data_object_differential_expression_analysis_result_by_gene_value_object import QueriedAndFilteredAndInferredAndPaginatedResponseDataObjectDifferentialExpressionAnalysisResultByGeneValueObject | ||
from gemmapy.sdk.models.queried_and_filtered_and_inferred_and_paginated_response_data_object_expression_experiment_with_search_result_value_object import QueriedAndFilteredAndInferredAndPaginatedResponseDataObjectExpressionExperimentWithSearchResultValueObject | ||
from gemmapy.sdk.models.queried_and_filtered_and_inferred_response_data_object_taxon_with_usage_statistics_value_object import QueriedAndFilteredAndInferredResponseDataObjectTaxonWithUsageStatisticsValueObject | ||
from gemmapy.sdk.models.queried_and_filtered_and_paginated_response_data_object_expression_experiment_value_object import QueriedAndFilteredAndPaginatedResponseDataObjectExpressionExperimentValueObject | ||
|
@@ -142,6 +146,7 @@ | |
from gemmapy.sdk.models.taxa import Taxa | ||
from gemmapy.sdk.models.taxon import Taxon | ||
from gemmapy.sdk.models.taxon1 import Taxon1 | ||
from gemmapy.sdk.models.taxon10 import Taxon10 | ||
from gemmapy.sdk.models.taxon2 import Taxon2 | ||
from gemmapy.sdk.models.taxon3 import Taxon3 | ||
from gemmapy.sdk.models.taxon4 import Taxon4 | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501 | ||
OpenAPI spec version: 2.7.6 | ||
OpenAPI spec version: 2.8.0 | ||
Contact: [email protected] | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501 | ||
OpenAPI spec version: 2.7.6 | ||
OpenAPI spec version: 2.8.0 | ||
Contact: [email protected] | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
@@ -46,7 +46,7 @@ class Configuration(six.with_metaclass(TypeWithDefault, object)): | |
def __init__(self): | ||
"""Constructor""" | ||
# Default Base url | ||
self.host = "https://gemma.msl.ubc.ca/rest/v2" | ||
self.host = "https://staging-gemma.msl.ubc.ca/rest/v2" | ||
# Temp file folder for downloading files | ||
self.temp_folder_path = None | ||
|
||
|
@@ -256,6 +256,6 @@ def to_debug_report(self): | |
return "Python SDK Debug Report:\n"\ | ||
"OS: {env}\n"\ | ||
"Python Version: {pyversion}\n"\ | ||
"Version of the API: 2.7.6\n"\ | ||
"Version of the API: 2.8.0\n"\ | ||
"SDK Package Version: 1.0.0".\ | ||
format(env=sys.platform, pyversion=sys.version) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501 | ||
OpenAPI spec version: 2.7.6 | ||
OpenAPI spec version: 2.8.0 | ||
Contact: [email protected] | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
@@ -49,6 +49,7 @@ | |
from gemmapy.sdk.models.dataset9 import Dataset9 | ||
from gemmapy.sdk.models.dataset_arg import DatasetArg | ||
from gemmapy.sdk.models.diff_ex_result_set_summary_value_object import DiffExResultSetSummaryValueObject | ||
from gemmapy.sdk.models.differential_expression_analysis_result_by_gene_value_object import DifferentialExpressionAnalysisResultByGeneValueObject | ||
from gemmapy.sdk.models.differential_expression_analysis_result_set_value_object import DifferentialExpressionAnalysisResultSetValueObject | ||
from gemmapy.sdk.models.differential_expression_analysis_result_value_object import DifferentialExpressionAnalysisResultValueObject | ||
from gemmapy.sdk.models.differential_expression_analysis_value_object import DifferentialExpressionAnalysisValueObject | ||
|
@@ -76,6 +77,8 @@ | |
from gemmapy.sdk.models.gene3 import Gene3 | ||
from gemmapy.sdk.models.gene4 import Gene4 | ||
from gemmapy.sdk.models.gene5 import Gene5 | ||
from gemmapy.sdk.models.gene6 import Gene6 | ||
from gemmapy.sdk.models.gene7 import Gene7 | ||
from gemmapy.sdk.models.gene_arg import GeneArg | ||
from gemmapy.sdk.models.gene_element_expressions_value_object import GeneElementExpressionsValueObject | ||
from gemmapy.sdk.models.gene_ontology_term_value_object import GeneOntologyTermValueObject | ||
|
@@ -103,6 +106,7 @@ | |
from gemmapy.sdk.models.queried_and_filtered_and_inferred_and_limited_response_data_object_annotation_with_usage_statistics_value_object import QueriedAndFilteredAndInferredAndLimitedResponseDataObjectAnnotationWithUsageStatisticsValueObject | ||
from gemmapy.sdk.models.queried_and_filtered_and_inferred_and_limited_response_data_object_array_design_with_usage_statistics_value_object import QueriedAndFilteredAndInferredAndLimitedResponseDataObjectArrayDesignWithUsageStatisticsValueObject | ||
from gemmapy.sdk.models.queried_and_filtered_and_inferred_and_limited_response_data_object_category_with_usage_statistics_value_object import QueriedAndFilteredAndInferredAndLimitedResponseDataObjectCategoryWithUsageStatisticsValueObject | ||
from gemmapy.sdk.models.queried_and_filtered_and_inferred_and_paginated_response_data_object_differential_expression_analysis_result_by_gene_value_object import QueriedAndFilteredAndInferredAndPaginatedResponseDataObjectDifferentialExpressionAnalysisResultByGeneValueObject | ||
from gemmapy.sdk.models.queried_and_filtered_and_inferred_and_paginated_response_data_object_expression_experiment_with_search_result_value_object import QueriedAndFilteredAndInferredAndPaginatedResponseDataObjectExpressionExperimentWithSearchResultValueObject | ||
from gemmapy.sdk.models.queried_and_filtered_and_inferred_response_data_object_taxon_with_usage_statistics_value_object import QueriedAndFilteredAndInferredResponseDataObjectTaxonWithUsageStatisticsValueObject | ||
from gemmapy.sdk.models.queried_and_filtered_and_paginated_response_data_object_expression_experiment_value_object import QueriedAndFilteredAndPaginatedResponseDataObjectExpressionExperimentValueObject | ||
|
@@ -136,6 +140,7 @@ | |
from gemmapy.sdk.models.taxa import Taxa | ||
from gemmapy.sdk.models.taxon import Taxon | ||
from gemmapy.sdk.models.taxon1 import Taxon1 | ||
from gemmapy.sdk.models.taxon10 import Taxon10 | ||
from gemmapy.sdk.models.taxon2 import Taxon2 | ||
from gemmapy.sdk.models.taxon3 import Taxon3 | ||
from gemmapy.sdk.models.taxon4 import Taxon4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501 | ||
OpenAPI spec version: 2.7.6 | ||
OpenAPI spec version: 2.8.0 | ||
Contact: [email protected] | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501 | ||
OpenAPI spec version: 2.7.6 | ||
OpenAPI spec version: 2.8.0 | ||
Contact: [email protected] | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501 | ||
OpenAPI spec version: 2.7.6 | ||
OpenAPI spec version: 2.8.0 | ||
Contact: [email protected] | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501 | ||
OpenAPI spec version: 2.7.6 | ||
OpenAPI spec version: 2.8.0 | ||
Contact: [email protected] | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501 | ||
OpenAPI spec version: 2.7.6 | ||
OpenAPI spec version: 2.8.0 | ||
Contact: [email protected] | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501 | ||
OpenAPI spec version: 2.7.6 | ||
OpenAPI spec version: 2.8.0 | ||
Contact: [email protected] | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
Oops, something went wrong.