Skip to content

Commit 77a9b9f

Browse files
authored
Merge pull request #260 from zhx828/bug-fix
Update Data Access page
2 parents 88b9907 + b39ae88 commit 77a9b9f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/views/dataaccess.html

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ <h3 class="title">Annotating Your Files</h3>
77
<div>You can annotate your data files (mutations, copy number alterations, fusions, and clinical data) with
88
<a href="https://github.com/oncokb/oncokb-annotator" target="_blank">OncoKB Annotator</a>.
99
</div>
10+
<h3 class="title">Web API</h3>
11+
<div>You can programmatically access the OncoKB data via its <a href="api/v1/swagger-ui.html"
12+
target="_blank">web API</a>. Clients to the
13+
API can be generated by
14+
<a href="https://swagger.io/tools/swagger-codegen/" target="_blank">Swagger Codegen</a>.
15+
</div>
1016
<h3 class="title">Data Download</h3>
1117
<div>OncoKB annotations are fully available for download. Please review the <a href="terms"><u>usage
1218
terms</u></a> before downloading. Previous versions are available <a

0 commit comments

Comments
 (0)