-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
41 lines (40 loc) · 1.05 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
38
39
40
41
# Generated by roxygen2: do not edit by hand
export(TRNA_DB_URL)
export(TRNA_DB_URL_MT)
export(import.mttRNAdb)
export(import.mttRNAdb.id)
export(import.tRNAdb)
export(import.tRNAdb.blast)
export(import.tRNAdb.id)
export(istRNAdbGRanges)
export(open_mtdbID)
export(open_tdbID)
export(tRNAdb2GFF)
exportMethods(istRNAdbGRanges)
import(Biostrings)
import(GenomicRanges)
import(Modstrings)
import(Structstrings)
import(methods)
import(tRNA)
importFrom(Biostrings,DNAStringSet)
importFrom(IRanges,CharacterList)
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,metadata)
importFrom(httr2,req_body_form)
importFrom(httr2,req_error)
importFrom(httr2,req_method)
importFrom(httr2,req_perform)
importFrom(httr2,request)
importFrom(httr2,resp_body_html)
importFrom(httr2,resp_is_error)
importFrom(httr2,url_build)
importFrom(httr2,url_parse)
importFrom(stringr,str_detect)
importFrom(stringr,str_locate_all)
importFrom(stringr,str_split)
importFrom(utils,browseURL)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_text)