forked from airr-community/rep-cred
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
58 lines (57 loc) · 1.48 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
# Generated by roxygen2: do not edit by hand
export(checkCDR3)
export(check_nucleotides)
export(coldspotCountDist)
export(findMissingColumns)
export(fullCheckNonProductiveSeqs)
export(gcContentDistribution)
export(getColdspotCountDistribution)
export(getGCContentDistribution)
export(getGeneAlleleStat)
export(getHotspotCountDistribution)
export(getVCalls)
export(hotspotCountDist)
export(plotVgeneDist)
export(printParams)
export(render_report)
export(repcredWeb)
export(repcred_report)
import(alakazam)
import(bookdown)
import(dplyr)
import(ggplot2)
import(knitr)
import(optparse)
import(rmarkdown)
import(shiny)
import(stringi)
import(stringr)
import(tidyr)
import(xfun)
importFrom(Biostrings,DNAString)
importFrom(Biostrings,DNAStringSet)
importFrom(Biostrings,nucleotideSubstitutionMatrix)
importFrom(Biostrings,pairwiseAlignment)
importFrom(Biostrings,reverseComplement)
importFrom(Biostrings,vcountPattern)
importFrom(airr,read_rearrangement)
importFrom(airr,validate_airr)
importFrom(airr,write_rearrangement)
importFrom(ape,GC.content)
importFrom(ape,as.DNAbin)
importFrom(data.table,.SD)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(ggpubr,theme_pubclean)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,barplot)
importFrom(graphics,hist)
importFrom(kableExtra,kbl)
importFrom(knitr,kable)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,start)
importFrom(utils,head)