-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.51 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
# Generated by roxygen2: do not edit by hand
export(CCCbank)
export(ChangeCellChatDB)
export(ChangeCellPhoneDB)
export(ChangeCellTalkerDB)
export(ChangeConnectomeDB)
export(ChangeCytoTalkDB)
export(ChangeDominoDB)
export(ChangeICELLNETDB)
export(ChangeNATMIDB)
export(ChangeNicheNetDB)
export(ChangeRNAMagnetDB)
export(ChangeSCSRDB)
export(ChangeiTALKDB)
export(ChangescConnectDB)
export(ChangescMLnetDB)
export(ChangescSeqCommDB)
export(RunCellChat)
export(RunCellPhoneDB2)
export(RunCellPhoneDB3)
export(RunCellTalker)
export(RunConnectome)
export(RunCytoTalk)
export(RunDomino)
export(RunICELLNET)
export(RunNATMI)
export(RunNicheNet)
export(RunRNAMagnet)
export(RunSCSR)
export(RuniTALK)
export(RunscConnect)
export(RunscMLnet)
export(RunscSeqComm)
import(Matrix)
import(Seurat)
import(dplyr)
import(reticulate)
import(tidyr)
importFrom(data.table,fread)
importFrom(devtools,install_github)
importFrom(devtools,install_gitlab)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(stats,aggregate)
importFrom(stats,p.adjust)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_to_title)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,separate)
importFrom(tidyr,separate_rows)
importFrom(utils,combn)
importFrom(utils,download.file)
importFrom(utils,install.packages)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.csv)
importFrom(utils,write.table)