-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
38 lines (37 loc) · 1019 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
37
38
# Generated by roxygen2: do not edit by hand
export(align_sets)
export(align_to_ref_epitopes)
export(epitopeDF_to_AAmat)
export(fetch_alleles)
export(fetch_epitopes)
export(filter_epitopes)
export(get_best_alignment)
export(get_pos_weights)
export(launch_EPItOMeSim)
export(predict_epitopes)
export(read_epitope_seq)
import(DT)
import(R.utils)
import(shinydashboard)
importFrom(Biostrings,AAStringSet)
importFrom(Biostrings,as.matrix)
importFrom(Biostrings,readAAStringSet)
importFrom(doParallel,registerDoParallel)
importFrom(httr,POST)
importFrom(httr,content)
importFrom(httr,warn_for_status)
importFrom(parallel,clusterExport)
importFrom(parallel,makeCluster)
importFrom(parallel,parApply)
importFrom(parallel,stopCluster)
importFrom(shiny,runApp)
importFrom(shinyBS,addPopover)
importFrom(shinyjs,disable)
importFrom(shinyjs,enable)
importFrom(shinyjs,hide)
importFrom(shinyjs,info)
importFrom(shinyjs,onclick)
importFrom(shinyjs,show)
importFrom(shinyjs,toggle)
importFrom(stats,setNames)
importFrom(utils,data)