-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
40 lines (39 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
S3method(.DollarNames,lemur_fit)
S3method(predict,lemur_fit)
export(.lemur_fit)
export(align_by_grouping)
export(align_harmony)
export(find_de_neighborhoods)
export(lemur)
export(project_on_lemur_fit)
export(test_de)
export(vars)
exportClasses(lemur_fit)
exportMethods("[")
exportMethods(design)
exportMethods(residuals)
import(SingleCellExperiment, except = weights)
import(methods)
import(stats)
importFrom(BiocGenerics,design)
importFrom(Matrix,t)
importFrom(Rcpp,sourceCpp)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,`metadata<-`)
importFrom(S4Vectors,metadata)
importFrom(SingleCellExperiment,reducedDims)
importFrom(SummarizedExperiment,`assay<-`)
importFrom(SummarizedExperiment,`colData<-`)
importFrom(SummarizedExperiment,`rowData<-`)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(glmGamPoi,vars)
importFrom(utils,.DollarNames)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(lemur, .registration = TRUE)