-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
30 lines (29 loc) · 885 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
# Generated by roxygen2: do not edit by hand
export(aggregate_seurat)
export(map_matrix)
export(reduce_matrix)
export(reduce_seurat)
export(split_matrix)
importFrom(Matrix,Diagonal)
importFrom(Matrix,sparse.model.matrix)
importFrom(SeuratObject,CreateAssayObject)
importFrom(SeuratObject,CreateSeuratObject)
importFrom(SeuratObject,GetAssayData)
importFrom(data.table,"%chin%")
importFrom(data.table,":=")
importFrom(data.table,.BY)
importFrom(data.table,.EACHI)
importFrom(data.table,.GRP)
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,.NGRP)
importFrom(data.table,.SD)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,set)
importFrom(data.table,setattr)
importFrom(data.table,setcolorder)
importFrom(data.table,setnames)
importFrom(data.table,transpose)
importFrom(methods,is)