-
Notifications
You must be signed in to change notification settings - Fork 35
/
NAMESPACE
51 lines (50 loc) · 1.32 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
# Generated by roxygen2: do not edit by hand
S3method(nnzeroGroups,dgCMatrix)
S3method(nnzeroGroups,matrix)
S3method(rank_matrix,dgCMatrix)
S3method(rank_matrix,matrix)
S3method(sumGroups,dgCMatrix)
S3method(sumGroups,matrix)
S3method(wilcoxauc,Seurat)
S3method(wilcoxauc,SingleCellExperiment)
S3method(wilcoxauc,default)
S3method(wilcoxauc,seurat)
export("%>%")
export(collapse_counts)
export(compute_hash)
export(nnzeroGroups)
export(pseudobulk_deseq2)
export(pseudobulk_one_vs_all)
export(pseudobulk_pairwise)
export(pseudobulk_within)
export(rank_matrix)
export(sumGroups)
export(summarize_dge_pairs)
export(top_markers)
export(top_markers_dds)
export(wilcoxauc)
import(Rcpp)
importClassesFrom(Matrix,TsparseMatrix)
importClassesFrom(Matrix,dgCMatrix)
importClassesFrom(Matrix,dgTMatrix)
importClassesFrom(Matrix,dgeMatrix)
importFrom(Matrix,Matrix)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,loadModule)
importFrom(Rcpp,sourceCpp)
importFrom(data.table,data.table)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(methods,as)
importFrom(methods,is)
importFrom(purrr,reduce)
importFrom(rlang,.data)
importFrom(stats,as.formula)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,wilcox.test)
importFrom(tibble,rownames_to_column)
importFrom(utils,head)
useDynLib(presto)