-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
125 lines (124 loc) · 2.76 KB
/
Copy pathNAMESPACE
File metadata and controls
125 lines (124 loc) · 2.76 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Generated by roxygen2: do not edit by hand
export(.safe_kruskal_pairwise)
export(.safe_wilcox)
export(.toDESeq2)
export(CalcDissimilarity)
export(Intervals)
export(RepSeqExp)
export(ShannonNorm)
export(chaoWor)
export(countFeatures)
export(diffExpGroup)
export(diffExpInd)
export(divLevel)
export(diversityIndices)
export(dropSamples)
export(filetype)
export(filterClones)
export(filterCount)
export(filterSequence)
export(formatSingleCell)
export(generalizedDiversity)
export(getPrivate)
export(getProductive)
export(getPublic)
export(getTopSequences)
export(getUnproductive)
export(iChao)
export(is.RepSeqExperiment)
export(mergeRepSeq)
export(named.contr.sum)
export(parseAIRRC)
export(parseImmunoseq)
export(parseMiXCR)
export(perturbationScore)
export(plotColors)
export(plotDiffExp)
export(plotDissHeatmap)
export(plotDissMDS)
export(plotDiversity)
export(plotGenDiversity)
export(plotGeneUsage)
export(plotIndGeneUsage)
export(plotIndIntervals)
export(plotIndMap)
export(plotIndStatistics)
export(plotIntervals)
export(plotPerturbationScore)
export(plotRankDistrib)
export(plotRarefaction)
export(plotScatter)
export(plotSpectratyping)
export(plotSpectratypingV)
export(plotStatScatter)
export(plotStatistics)
export(plotVJusage)
export(plotVenn)
export(readAIRR)
export(readAIRRSet)
export(readFormatSet)
export(readInFormat)
export(readSingleCellSet)
export(sampleRepSeqExp)
export(theme_RepSeq)
exportClasses(RepSeqExperiment)
exportMethods("History<-")
exportMethods("[")
exportMethods("assay<-")
exportMethods("mData<-")
exportMethods("oData<-")
exportMethods(History)
exportMethods(assay)
exportMethods(mData)
exportMethods(oData)
import(ComplexHeatmap)
import(GGally)
import(RColorBrewer)
import(ade4)
import(data.table)
import(ggplot2)
import(ggprism)
import(ggpubr)
import(grDevices)
import(graphics)
import(methods)
import(naturalsort)
import(packcircles)
import(parallel)
import(pbapply)
import(rstatix)
import(smplot2)
import(stringr)
import(tibble)
import(tidyverse)
import(utils)
import(vegan)
importFrom(R.utils,decompressFile)
importFrom(car,dataEllipse)
importFrom(circlize,chordDiagram)
importFrom(circlize,circos.text)
importFrom(circlize,circos.track)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(ggVennDiagram,ggVennDiagram)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,colorRampPalette)
importFrom(magrittr,"%>%")
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,as.formula)
importFrom(stats,cmdscale)
importFrom(stats,cor.test)
importFrom(stats,frequency)
importFrom(stats,lag)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(testthat,test_that)