-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
55 lines (54 loc) · 1.23 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
# Generated by roxygen2: do not edit by hand
export(agePlotter)
export(cleaningY)
export(corner)
export(edge.pvalue)
export(expression_cutoff)
export(getF)
export(getOR)
export(getPcaVars)
export(getR2)
export(getT)
export(googledrive_csv)
export(granges_to_ucsc)
export(junctionCount)
export(lab_presenters)
export(merge_rse_metrics)
export(n_max)
export(n_min)
export(split0)
export(ss)
export(ucsc_to_granges)
import(GenomicRanges)
import(RColorBrewer)
import(S4Vectors)
import(SummarizedExperiment)
import(limma)
import(parallel)
import(rafalib)
import(segmented)
importFrom(GenomicRanges,GRanges)
importFrom(IRanges,IRanges)
importFrom(googledrive,drive_find)
importFrom(googledrive,drive_update)
importFrom(googledrive,drive_upload)
importFrom(grDevices,palette)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,boxplot)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(methods,is)
importFrom(stats,fitted)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,pf)
importFrom(stats,pt)
importFrom(stats,quantile)
importFrom(utils,read.delim)
importFrom(utils,write.csv)