-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
36 lines (34 loc) · 954 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
import(methods)
import(utils)
import(BiocGenerics)
import(RSQLite)
importFrom(rjsoncons, jmespath)
importFrom(jsonlite, parse_json)
importFrom(progress, progress_bar)
importFrom(
httr,
GET, POST, content, content_type, accept_json, headers,
status_code, http_condition
)
importFrom(AnnotationDbi, keytypes, columns, keys, select, resort_base)
importFrom(
BiocFileCache,
BiocFileCache, bfcquery, bfcnew, bfcneedsupdate, bfcdownload, bfcadd,
bfcrpath
)
importFrom(BiocBaseUtils,
isScalarCharacter, isCharacter, isTRUEorFALSE, setSlots
)
exportMethods(keytypes,
columns,
keys,
select,
taxId,
"taxId<-",
species)
export(columns,
availableUniprotSpecies,
lookupUniprotSpeciesFromTaxId,
UniProt.ws,
allFromKeys, allToKeys, mapUniProt, queryUniProt, returnFields,
taxname2domain, taxname2species, taxname2taxid)