Mirdesign API
A sample swagger server for
Version: 0.0.1
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html
Access
Customize this message as you see fit!
Methods
Default
cellLineIdGet Detail of a cell line.
Parameters
Return type
Example data
Content-Type: application/json
{
"name" : "aeiou",
"id" : "aeiou"
}
get: /cell-line/{id}/targets
Default
cellLineIdTargetsGet Targets of a cell line.
Parameters
Return type
Example data
Content-Type: application/json
[ {
"cds_end" : 123,
"cds_start" : 123,
"name" : "aeiou",
"variant" : 123,
"accession" : "aeiou"
} ]
Default
cellLinesGet Cell lines filtered by a query.
Parameters
Return type
Example data
Content-Type: application/json
[ {
"name" : "aeiou",
"id" : "aeiou"
} ]
Default
mirnaAccessionGet µRNA
Parameters
Return type
Example data
Content-Type: application/json
{
"name" : "aeiou",
"accession" : "aeiou",
"seed_index" : 123
}
Default
mirnasGet µRNA
Parameters
Return type
Default
targetAccessionGet Details of a target.
Parameters
Return type
Example data
Content-Type: application/json
{
"cds_end" : 123,
"cds_start" : 123,
"name" : "aeiou",
"variant" : 123,
"accession" : "aeiou"
}
Default
targetsGet Targets which are genes composing a cell line.
Parameters
Return type
Example data
Content-Type: application/json
[ {
"cds_end" : 123,
"cds_start" : 123,
"name" : "aeiou",
"variant" : 123,
"accession" : "aeiou"
} ]
Default
taskPut Create a new task and queue it.
Parameters
Return type
Default
taskTaskIdGet Obtain the data of a task as submitted on creation.
Parameters
Return type
Default
taskTaskIdDelete Cancel a created or queued task and prevent it from being executed.
Parameters
Return type
get: /task/{task_id}/result
Default
taskTaskIdResultGet Result of a processed task.
Parameters
Return type
get: /task/{task_id}/status
Default
taskTaskIdStatusGet Obtain the status of a task.
Parameters
Return type
Example data
Content-Type: application/json
"aeiou"
Models
accession
String
name
String
seed_index
Integer
accession
String
name
String
variant
Integer
cds_start
Integer
cds_end
Integer