more WIP
This commit is contained in:
@@ -20,6 +20,7 @@ function testSearchPubmed(query) {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
function testSearchGene(query) {
|
||||
fetch(`${url}/esearch.fcgi?db=gene&term=${query}`)
|
||||
.then((res) => {
|
||||
@@ -31,6 +32,7 @@ function testSearchGene(query) {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
function testLookupGeneById(ids) {
|
||||
fetch(`${url}/esummary.fcgi?db=gene&id=${String(ids)}`)
|
||||
.then(res => {
|
||||
|
||||
Reference in New Issue
Block a user