import(methods)
import(utils)
import(BiocGenerics)
import(RSQLite)
importFrom(cellxgenedp, jmespath)
importFrom(jsonlite, parse_json)
importFrom(progress, progress_bar)
importFrom(httr, GET, POST, content, content_type, accept_json, headers)
importFrom(AnnotationDbi, keytypes, columns, keys, select, resort_base)
importFrom(
    BiocFileCache,
    BiocFileCache, bfcquery, bfcnew, bfcneedsupdate, bfcdownload, bfcadd,
    bfcrpath
)

exportMethods(keytypes,
              columns,
              keys,
              select,
              taxId,
              "taxId<-",
              species)

export(columns,
       availableUniprotSpecies,
       lookupUniprotSpeciesFromTaxId,
       UniProt.ws,
       allFromKeys, allToKeys, mapUniProt, queryUniProt, returnFields,
       taxname2domain, taxname2species, taxname2taxid)
