forked from grimbough/biomaRt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
38 lines (27 loc) · 1.25 KB
/
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
37
import(methods)
importFrom(utils, edit, head, read.table)
importFrom(AnnotationDbi, keys, columns, keytypes, select)
importFrom(progress, progress_bar)
importFrom(stringr, str_extract_all, str_match, str_replace)
importFrom(httr2, request, req_perform, req_timeout, req_options, req_body_form,
req_error, req_retry,
resp_status, resp_body_string, resp_is_error,
url_parse, url_build)
importFrom(digest, digest)
importFrom(BiocFileCache, bfcnew, bfcadd, bfcquery, bfcinfo, removebfc,
bfcremove, bfcupdate)
importFrom(rappdirs, user_cache_dir)
importFrom(xml2, read_html, xml_find_first, xml_find_all, xml_text)
export(listMarts, getGene, getSequence, exportFASTA, useMart, listDatasets,
useDataset, listAttributes, listFilters,
getBM, getLDS, attributePages, filterOptions,filterType,
getBMlist, NP2009code, keys, columns, keytypes, select,
searchAttributes, searchDatasets, searchFilters)
export(biomartCacheClear, biomartCacheInfo)
export(listFilterValues, searchFilterValues, listFilterOptions, searchFilterOptions)
export(useEnsembl, listEnsembl)
export(useEnsemblGenomes, listEnsemblGenomes)
export(listEnsemblArchives)
export(setEnsemblSSL)
exportClasses(Mart)
exportMethods("show")