-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
33 lines (32 loc) · 1.03 KB
/
Copy pathNAMESPACE
File metadata and controls
33 lines (32 loc) · 1.03 KB
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
# Generated by roxygen2: do not edit by hand
export(decemedip)
export(getRoiReadCount)
export(getSummaryOnPi)
export(makeReferencePanel)
export(plotDiagnostics)
import(Rcpp)
import(methods)
importClassesFrom(GenomicRanges,GRanges)
importClassesFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(GenomicRanges,countOverlaps)
importFrom(GenomicRanges,granges)
importFrom(GenomicRanges,resize)
importFrom(MEDIPS,MEDIPS.createROIset)
importFrom(MEDIPS,genome_count)
importFrom(R.utils,withTimeout)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(S4Vectors,DataFrame)
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,"rowData<-")
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,ncol)
importFrom(SummarizedExperiment,nrow)
importFrom(SummarizedExperiment,rowData)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(purrr,map_dfc)
importFrom(rstan,sampling)
importFrom(rstantools,rstan_config)
useDynLib(decemedip, .registration = TRUE)