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: swagger.yml
-27
Original file line number
Diff line number
Diff line change
@@ -3127,30 +3127,3 @@ paths:
3127
3127
lfcSE:
3128
3128
type: float
3129
3129
description: Standard Error of Log Fold Change.
3130
-
3131
-
/stringSearch:
3132
-
get:
3133
-
operationId: externalInformation.getAutocomplete
3134
-
tags:
3135
-
- ExternalInformation
3136
-
summary: Retrieve all possible matching ensg numbers, gene-symbols, hs-numbers or mimat numbers for the search string (mainly used for autocomplete function on the SPONGE webside)
3137
-
description: Retrieve all possible matching ensg numbers, gene-symbols, hs-numbers or mimat numbers for the search string (mainly used for autocomplete function on the SPONGE webside)
3138
-
parameters:
3139
-
- name: searchString
3140
-
in: query
3141
-
description: Prefix of a gene name/ensg number or mirna identification
3142
-
required: true
3143
-
schema:
3144
-
type: string
3145
-
responses:
3146
-
"200":
3147
-
description: Retrieve all possible matchings
3148
-
content:
3149
-
application/json:
3150
-
schema:
3151
-
type: array
3152
-
items:
3153
-
properties:
3154
-
autocompleteSuggestion:
3155
-
type: string
3156
-
description: Possible autocompletion for the searchString
0 commit comments