46 |
47 |
48 | | API |
49 | DESCRIPTION |
50 |
51 |
52 | | /metadata/<%=dbname%> |
53 | Download database |
54 |
55 |
56 | | /metadata/schema_version |
57 | Retrieve database schema version |
58 |
59 |
60 | | /metadata/database_timestamp |
61 | Retrieve database time stamp. Indicates when database was last modified |
62 |
63 |
64 | | /metadata/highest_id |
65 | Retrieve the current highest id in database |
66 |
67 |
68 | | /id/:id |
69 | Summary of specified resource |
70 |
71 |
72 | | /ahid/:id |
73 | Summary of specified resource matching by ah_id |
74 |
75 |
76 | | /recordstatus/:id |
77 | Retrieve status of specified id. Use ah_id for id. Indicates if the
78 | resource is public or has been removed or replaced |
79 |
80 |
81 | | /query/:qry |
82 | Query resources. All queries are 'AND'. The format is the query
83 | field with specific search terms for that field in
84 | parenthesis. Multiple search terms are identified with a comma (,). An
85 | example format: /query/genome(hg38) description(splicing events, junctions) |
86 |
87 |
88 | | /newerthan/:date |
89 | List resources added after specified date. date in format 2018-08-12 |
90 |
91 |
92 | | /package/:pkg |
93 | List all resources for a given Bioconductor package. Matches on
94 | first entry of rdatapath |
95 |
96 |
97 | | /package2/:pkg |
98 | List all resources for a given Bioconductor package. Matches on
99 | preparerclass |
100 |
101 |
102 | | /title/:ttl |
103 | List resources that contain the search terms in the title. can be any number of terms seperate with space |
104 |
105 |
106 | | /description/:desc |
107 | List resources that contain the search terms in the description. can be any number of terms seperate with space |
108 |
109 |
110 | | /dataprovider |
111 | List available dataproviders |
112 |
113 |
114 | | /dataprovider/:dp |
115 | List resources that match specified dataprovider |
116 |
117 |
118 | | /species |
119 | List available species |
120 |
121 |
122 | | /species/:spc |
123 | List resources that match specified species |
124 |
125 |
126 | | /taxonomyid |
127 | List available taxonomy id |
128 |
129 |
130 | | /taxonomyid/:tax |
131 | List resources that match specified taxonomy id |
132 |
133 |
134 | | /genome |
135 | List available genome |
136 |
137 |
138 | | /genome/:gn |
139 | List resources that match specified genome |
140 |
141 |
142 | | /rdataclass |
143 | List available rdataclass. When the resource is loaded
144 | through the Bioconductor AnnotationHub/ExperimentHub interface, this
145 | will be the class of the R object |
146 |
147 |
148 | | /rdataclass/:rdc |
149 | List resources that match specified rdataclass |
150 |
151 |
152 | | /rdatapath/:rdp |
153 | List resources that contain the search terms in the rdatapath. can be any number of terms seperate with space |
154 |
155 |
156 | | /sourcetype |
157 | List available source type. This is the original source data type. |
158 |
159 |
160 | | /sourcetype/:srct |
161 | List resources that match specified sourcetype. |
162 |
163 |
164 | | /sourceversion |
165 | List available source versions. This is the original version of
166 | source data. |
167 |
168 |
169 | | /sourceversion/:srcv |
170 | List resources that match specified sourceversion. |
171 |
172 |
173 | | /sourceurl/:src |
174 | List resources that contain the search terms in the sourceurl. can be any number of terms seperate with space |
175 |
176 |
177 | | /fetch/:id |
178 | Download the specified resource. Matched on rdatapaths.id |
179 |
180 |
181 |
182 |