-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
42 lines (41 loc) · 1.2 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
# Generated by roxygen2: do not edit by hand
export(coverage_norm)
export(coverage_process)
export(coverage_score)
export(junction_annot)
export(junction_filter)
export(junction_load)
export(junction_norm)
export(junction_process)
export(junction_score)
export(outlier_aggregate)
export(outlier_detect)
export(outlier_process)
export(plot_sashimi)
export(ref_load)
import(S4Vectors)
importFrom(GenomicRanges,"end<-")
importFrom(GenomicRanges,"start<-")
importFrom(GenomicRanges,"strand<-")
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,end)
importFrom(GenomicRanges,findOverlaps)
importFrom(GenomicRanges,seqnames)
importFrom(GenomicRanges,start)
importFrom(GenomicRanges,strand)
importFrom(GenomicRanges,width)
importFrom(IRanges,CharacterList)
importFrom(SummarizedExperiment,"assays<-")
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowRanges)
importFrom(basilisk,BasiliskEnvironment)
importFrom(basilisk,basiliskRun)
importFrom(basilisk,basiliskStart)
importFrom(basilisk,basiliskStop)
importFrom(data.table,":=")
importFrom(data.table,.SD)
importFrom(dplyr,count)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(reticulate,import)