forked from ncborcherding/scRepertoire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
43 lines (42 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
export(abundanceContig)
export(addVariable)
export(alluvialClonotypes)
export(clonalDiversity)
export(clonalHomeostasis)
export(clonalOverlap)
export(clonalProportion)
export(clonesizeDistribution)
export(combineBCR)
export(combineExpression)
export(combineTCR)
export(compareClonotypes)
export(expression2List)
export(getCirclize)
export(highlightClonotypes)
export(lengthContig)
export(occupiedscRepertoire)
export(quantContig)
export(stripBarcode)
export(subsetContig)
export(vizVgenes)
import(RColorBrewer)
import(Seurat)
import(colorRamps)
import(dplyr)
import(ggalluvial)
import(ggfittext)
import(ggplot2)
importFrom(Biostrings,stringDist)
importFrom(SingleCellExperiment,colData)
importFrom(SummarizedExperiment,"colData<-")
importFrom(ggdendro,ggdendrogram)
importFrom(ggplot2,ggplot)
importFrom(powerTCR,fdiscgammagpd)
importFrom(powerTCR,get_distances)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(stringr,str_sort)
importFrom(stringr,str_split)
importFrom(vegan,diversity)
importFrom(vegan,estimateR)