-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNAMESPACE
34 lines (33 loc) · 881 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
# Generated by roxygen2: do not edit by hand
S3method(plot,mlst)
S3method(print,mlst)
export(doMLST)
export(downloadPubmlst_profile)
export(downloadPubmlst_seq)
export(listPubmlst_orgs)
export(listPubmlst_schemes)
importFrom(ape,dist.gene)
importFrom(ape,mst)
importFrom(ape,nj)
importFrom(ape,plot.phylo)
importFrom(ape,tiplabels)
importFrom(grDevices,dev.flush)
importFrom(grDevices,dev.hold)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(httr,GET)
importFrom(httr,status_code)
importFrom(igraph,"V<-")
importFrom(igraph,V)
importFrom(igraph,graph.adjacency)
importFrom(igraph,plot.igraph)
importFrom(jsonlite,fromJSON)
importFrom(parallel,mclapply)
importFrom(scales,alpha)
importFrom(seqinr,c2s)
importFrom(seqinr,comp)
importFrom(seqinr,s2c)
importFrom(seqinr,write.fasta)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.table)