-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
86 lines (85 loc) · 1.85 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Generated by roxygen2: do not edit by hand
export(BDstrat)
export(BDtoPyPop)
export(GIANT)
export(GLStoUNI)
export(GLV)
export(GLV2)
export(GLVhelper)
export(GLtoUN)
export(GLupdate)
export(GLvalidate)
export(UNItoGLS)
export(UNtoGL)
export(addCodonLine)
export(alignmentFull)
export(alignmentSearch)
export(alleleTrim)
export(atlasFull)
export(atlasMaker)
export(buildAlignments)
export(buildGazeteer)
export(buildIMGTHLAGeneTypes)
export(checkAlignType)
export(checkSource)
export(checkVersion)
export(checkgDNAstart)
export(compareSequences)
export(convertAny)
export(countSpaces)
export(customAlign)
export(expandVersion)
export(ffN)
export(formatHead)
export(getAlignmentNames)
export(getField)
export(getLatestVersion)
export(motifMatch)
export(multiAlign)
export(multiAlleleTrim)
export(multiGLStoUNI)
export(multiLocusValidation)
export(multiQueryRelease)
export(multiSearch)
export(multiUNItoGLS)
export(multiUpdateGL)
export(numFields)
export(parseAlignmentHead)
export(posSort)
export(pypopHeaders)
export(queryRelease)
export(redec)
export(relRisk)
export(repoVersion)
export(squashVersion)
export(typeToSource)
export(uniAlign)
export(uniSearch)
export(updateAll)
export(updateAlleleListHistory)
export(updateGL)
export(validateAllele)
export(validateGLstring)
export(validateLocus)
export(validateMotif)
export(validateUniformat)
export(validateVersion)
export(verifyAllele)
import(dplyr)
importFrom(DescTools,IsOdd)
importFrom(DescTools,StrLeft)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(fmsb,riskratio)
importFrom(stringr,fixed)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_squish)
importFrom(tibble,add_column)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.table)
importFrom(xfun,numbers_to_words)