-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
31 lines (30 loc) · 869 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
31
# Generated by roxygen2: do not edit by hand
export(compute_permp)
export(create_genesets)
export(get_vectors)
export(lasso_markers)
importFrom(BiocParallel,SnowParam)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,register)
importFrom(caret,createFolds)
importFrom(dplyr,distinct)
importFrom(dplyr,group_by)
importFrom(dplyr,summarise)
importFrom(foreach,`%dopar%`)
importFrom(foreach,foreach)
importFrom(glmnet,cv.glmnet)
importFrom(glmnet,glmnet)
importFrom(magrittr,"%>%")
importFrom(spatstat.geom,as.tess)
importFrom(spatstat.geom,hextess)
importFrom(spatstat.geom,owin)
importFrom(spatstat.geom,ppp)
importFrom(spatstat.geom,quadratcount)
importFrom(spatstat.geom,tileindex)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,glm)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,runif)
importFrom(stats,setNames)