forked from ncborcherding/scRepertoire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
94 lines (93 loc) · 2.55 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
87
88
89
90
91
92
93
94
# Generated by roxygen2: do not edit by hand
export(StartracDiversity)
export(abundanceContig)
export(addVariable)
export(alluvialClonotypes)
export(clonalDiversity)
export(clonalHomeostasis)
export(clonalNetwork)
export(clonalOverlap)
export(clonalOverlay)
export(clonalProportion)
export(clonesizeDistribution)
export(clonotypeBias)
export(clusterTCR)
export(combineBCR)
export(combineExpression)
export(combineTCR)
export(combineTRUST4)
export(compareClonotypes)
export(createHTOContigList)
export(expression2List)
export(getCirclize)
export(guide_edge_colourbar)
export(highlightClonotypes)
export(lengthContig)
export(occupiedscRepertoire)
export(quantContig)
export(scatterClonotype)
export(stripBarcode)
export(subsetContig)
export(vizGenes)
exportClasses(StartracOut)
import(dplyr)
import(ggplot2)
importFrom(SeuratObject,Embeddings)
importFrom(SingleCellExperiment,colData)
importFrom(SingleCellExperiment,reducedDims)
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,colData)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize_all)
importFrom(ggalluvial,StatStratum)
importFrom(ggalluvial,geom_alluvium)
importFrom(ggalluvial,geom_flow)
importFrom(ggalluvial,geom_stratum)
importFrom(ggalluvial,to_lodes_form)
importFrom(ggplot2,ggplot)
importFrom(ggraph,circle)
importFrom(ggraph,geom_edge_bend)
importFrom(ggraph,geom_node_point)
importFrom(ggraph,ggraph)
importFrom(ggraph,guide_edge_colourbar)
importFrom(ggraph,scale_edge_color_viridis)
importFrom(igraph,V)
importFrom(igraph,`V<-`)
importFrom(igraph,components)
importFrom(igraph,graph_from_data_frame)
importFrom(methods,"slot<-")
importFrom(methods,new)
importFrom(methods,slot)
importFrom(methods,validObject)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(plyr,adply)
importFrom(plyr,join)
importFrom(plyr,laply)
importFrom(plyr,ldply)
importFrom(plyr,llply)
importFrom(powerTCR,fdiscgammagpd)
importFrom(powerTCR,get_distances)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(rlang,"%||%")
importFrom(stats,sd)
importFrom(stringdist,stringdistmatrix)
importFrom(stringr,str_c)
importFrom(stringr,str_sort)
importFrom(stringr,str_split)
importFrom(tidygraph,activate)
importFrom(tidygraph,as_tbl_graph)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(vegan,diversity)
importFrom(vegan,estimateR)