-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (24 loc) · 986 Bytes
/
NAMESPACE
File metadata and controls
36 lines (24 loc) · 986 Bytes
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
import(methods)
import(DBI)
import(RSQLite)
import(BiocGenerics)
import(S4Vectors)
importClassesFrom(Streamer, ReadLinesProducer)
importMethodsFrom(Streamer, yield)
importFrom(Streamer, ReadLinesProducer, close.ConnectionProducer)
importFrom(Biobase, createPackage)
importFrom(RColorBrewer, brewer.pal, brewer.pal.info)
importFrom(reshape2, melt,acast)
importFrom(plyr, ddply, summarize)
#importFrom(batch, msplit)
importClassesFrom(IRanges, IRanges)
importFrom(IRanges, as.data.frame, IRanges, end)
importFrom(ggplot2, qplot, aes_string, labs)
exportClasses(BuxcoDB)
export(makeBuxcoDB, annoTable, annoCols, annoLevels, dbName, samples, variables,
tables, retrieveData, addAnnotation, dbImport, summaryMeasures, retrieveMatrix, tsplot, mvtsplot)
export(day.infer.query, break.type.query, parse.buxco,parse.buxco.basic)
#utilities
export(add.labels.by.sample, adjust.labels, get.err.breaks, proc.sanity)
#paths to sample data
export(sample.db.path, buxco.sample.data.path)