GenomeMatrix

GenomeMatrix integrates information from diverse experimental data resources for different organisms with respect to user-defined groups of Ensembl genes.
GenomeMatrix
Namespace: http://genomematrix.molgen.mpg.de/GM_1_06
GenomeMatrix, http://genomematrix.molgen.mpg.de, integrates information from diverse experimental data resources for different organisms with respect to user-defined groups of Ensembl genes.
Operations
GetSpeciesList
lists set of species for which experimental data information is available through GenomeMatrix
- SOAP Action: http://genomematrix.molgen.mpg.de/GM_1_06/GetSpeciesList
- Input Message: GetSpeciesListRequest
- parameters
- GetSpeciesList type
- GetSpeciesList type
- parameters
- Output Message: GetSpeciesListResponse
- parameters
- GetSpeciesListResponse type
- GetSpeciesListArray type GetSpeciesListArray
- species type string
- species type string
- GetSpeciesListArray type GetSpeciesListArray
- GetSpeciesListResponse type
- parameters
GetEnsIdsByRegion
lists Ensembl IDs within a percental, chromosomal region for a species
- SOAP Action: http://genomematrix.molgen.mpg.de/GM_1_06/GetEnsIdsByRegion
- Input Message: GetEnsIdsByRegionRequest
- parameters
- GetEnsIdsByRegion type
- species type string
- chromosome type string
- start type int
- end type int
- species type string
- GetEnsIdsByRegion type
- parameters
- Output Message: GetEnsIdsByRegionResponse
- parameters
- GetEnsIdsByRegionResponse type
- GetEnsIdsByRegionArray type GetEnsIdsByRegionArray
- EnsemblID type string
- EnsemblID type string
- GetEnsIdsByRegionArray type GetEnsIdsByRegionArray
- GetEnsIdsByRegionResponse type
- parameters
GetDatasets
lists categories - data sets - features for a species
- SOAP Action: http://genomematrix.molgen.mpg.de/GM_1_06/GetDatasets
- Input Message: GetDatasetsRequest
- parameters
- GetDatasets type
- species type string
- species type string
- GetDatasets type
- parameters
- Output Message: GetDatasetsResponse
- parameters
- GetDatasetsResponse type
- GetDatasetsArray type GetDatasetsArray
- dataset type string
- dataset type string
- GetDatasetsArray type GetDatasetsArray
- GetDatasetsResponse type
- parameters
GetExpressionDatasets
Retrieve all available microarray datasets for one species
- SOAP Action: http://genomematrix.molgen.mpg.de/GM_1_06/GetExpressionDatasets
- Input Message: GetExpressionDatasetsRequest
- parameters
- GetExpressionDatasets type
- species type string
- species type string
- GetExpressionDatasets type
- parameters
- Output Message: GetExpressionDatasetsResponse
- parameters
- GetExpressionDatasetsResponse type
- GetExpressionDatasetsArray type GetExpressionDatasetsArray
- microarrayDataset type string
- microarrayDataset type string
- GetExpressionDatasetsArray type GetExpressionDatasetsArray
- GetExpressionDatasetsResponse type
- parameters
GetPathwayList
Retrieve all available pathway names for one species
- SOAP Action: http://genomematrix.molgen.mpg.de/GM_1_06/GetPathwayList
- Input Message: GetPathwayListRequest
- parameters
- GetPathwayList type
- species type string
- species type string
- GetPathwayList type
- parameters
- Output Message: GetPathwayListResponse
- parameters
- GetPathwayListResponse type
- GetPathwayListArray type GetPathwayListArray
- pathways type string
- pathways type string
- GetPathwayListArray type GetPathwayListArray
- GetPathwayListResponse type
- parameters
GetEnsIdsByPathwayName
Retrieve all Ensembl gene identifier related to a pathway
- SOAP Action: http://genomematrix.molgen.mpg.de/GM_1_06/GetEnsIdsByPathwayName
- Input Message: GetEnsIdsByPathwayNameRequest
- parameters
- GetEnsIdsByPathwayName type
- species type string
- namedlists type string
- species type string
- GetEnsIdsByPathwayName type
- parameters
- Output Message: GetEnsIdsByPathwayNameResponse
- parameters
- GetEnsIdsByPathwayNameResponse type
- GetEnsIdsByPathwayNameArray type GetEnsIdsByPathwayNameArray
- EnsemblIDs type string
- EnsemblIDs type string
- GetEnsIdsByPathwayNameArray type GetEnsIdsByPathwayNameArray
- GetEnsIdsByPathwayNameResponse type
- parameters
GetEnsIdsByExpression
Filters a list of Ensembl gene identifier that have a specific expression profile inside an expression data set
- SOAP Action: http://genomematrix.molgen.mpg.de/GM_1_06/GetEnsIdsByExpression
- Input Message: GetEnsIdsByExpressionRequest
- parameters
- GetEnsIdsByExpression type
- species type string
- filter_val_lower type float
- filter_val_upper type float
- categories type string
- idlist type string
- species type string
- GetEnsIdsByExpression type
- parameters
- Output Message: GetEnsIdsByExpressionResponse
- parameters
- GetEnsIdsByExpressionResponse type
- GetEnsIdsByExpressionArray type GetEnsIdsByExpressionArray
- EnsemblIDs type string
- EnsemblIDs type string
- GetEnsIdsByExpressionArray type GetEnsIdsByExpressionArray
- GetEnsIdsByExpressionResponse type
- parameters
GetExpressionByEnsIds
Retrieve median normalized expression value(s) inside an expression data set for a given Ensembl gene identifier
- SOAP Action: http://genomematrix.molgen.mpg.de/GM_1_06/GetExpressionByEnsIds
- Input Message: GetExpressionByEnsIdsRequest
- parameters
- GetExpressionByEnsIds type
- species type string
- categories type string
- idlist type string
- species type string
- GetExpressionByEnsIds type
- parameters
- Output Message: GetExpressionByEnsIdsResponse
- parameters
- GetExpressionByEnsIdsResponse type
- GetExpressionByEnsIdsArray type GetExpressionByEnsIdsArray
- expression_values type string
- expression_values type string
- GetExpressionByEnsIdsArray type GetExpressionByEnsIdsArray
- GetExpressionByEnsIdsResponse type
- parameters
WSDL Changes
| Date | Description of Changes |
| 10th April 2009 | First Snapshot |

Test #2: GetPathwayList
This test checks if the list of available pathways can be retrieved from GenomeMatrix.

Test #3: GetExpressionDatasets
This test checks, if expression data sets can be retrieved from GenomeMatrix.

Test #4: GetSpeciesList
This test checks, if the list of available species can be retrieved from GenomeMatrix.

Test #5: GetEnsIdsByRegion
This test checks, if Ensembl identifiers can be retrieved from GenomeMatrix by specifying a chromosomal region.

Test #6: GetEnsIdsByPathwayName
This test checks, if Ensembl identifiers can be retrieved from GenomeMatrix by specifying a pathway.

Test #7: GetEnsIdsByExpression
This test checks, if Ensembl identifiers can be retrieved from GenomeMatrix by specifying expression data sets and expression range.

Test #8: GetExpressionByEnsIds
This test checks, if expression values can be retrieved from GenomeMatrix by specifying expression data sets and Ensembl identifiers.
- Login to post comments
