-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
39 lines (38 loc) · 1.02 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
# Generated by roxygen2: do not edit by hand
export(estimateScaffoldParameters)
export(makePlots)
export(simulateScaffold)
exportClasses(ScaffoldParams)
import(data.table)
import(stats)
importFrom(Matrix,colMeans)
importFrom(Matrix,colSums)
importFrom(Matrix,rowMeans)
importFrom(Matrix,t)
importFrom(Rfast,Log)
importFrom(Rfast,Rnorm)
importFrom(Rfast,Sort)
importFrom(Rfast,Table)
importFrom(Rfast,comb_n)
importFrom(Rfast,rep_col)
importFrom(Rfast,rep_row)
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(SingleCellExperiment,counts)
importFrom(data.table,data.table)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(iotools,ctapply)
importFrom(methods,new)
importFrom(splines,bs)
importFrom(stats,rmultinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,var)
importFrom(stringi,stri_c)
importFrom(utils,head)
importFrom(wrswoR,sample_int_rej)