forked from immunogenomics/symphony
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
38 lines (37 loc) · 835 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(buildReference)
export(buildReferenceFromHarmonyObj)
export(calcPerCellMappingMetric)
export(calcPerClusterMappingMetric)
export(calcknncorr)
export(calcknncorrWithinQuery)
export(evaluate)
export(findVariableGenes)
export(knnPredict)
export(mapQuery)
export(plotReference)
export(rowSDs)
export(runPCAQueryAlone)
export(scaleDataWithStats)
export(vargenes_vst)
import(RANN)
import(RColorBrewer)
import(data.table)
import(ggplot2)
import(ggrastr)
import(ggrepel)
import(irlba)
import(stats)
import(tibble)
import(utils)
import(uwot)
importFrom(Matrix,Matrix)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(rlang,.data)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
useDynLib(symphony)