-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·62 lines (54 loc) · 1.58 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
56
57
58
59
60
61
62
importFrom('seqinr',
write.fasta)
importFrom('yaml',
as.yaml,
yaml.load_file)
importFrom('gplots',
heatmap.2,
colorpanel)
importFrom('mclust',
Mclust,
mclust2Dplot,
mclustBIC)
exportClasses(cobindr, configuration, SeqObj)
exportMethods(detrending,
find.pairs, get.bindingsite.ranges,
plot.detrending,
plot.gc,
plot.pairdistance,
plot.positionprofile,
plot.positions,
plot.positions.simple,
plot.tfbs.heatmap,
plot.tfbs.venndiagram,
plot.tfbslogo,
predicted2pwm,
rtfbs, search.gadem, search.pwm,
testCpG,
write.bindingsites,
write.bindingsites.table,
get.pairs,
write.sequences,
get.significant.pairs,
uid, name, sequences, bg_sequences, desc, configuration,
pfm, binding_sites, bg_binding_sites, pairs, bg_pairs,
pairs_of_interest, species, location, comment, sequence,
experiment_description, id, sequence_source,
sequence_origin, sequence_type, bg_sequence_source,
bg_sequence_type, bg_sequence_origin, downstream,
upstream, max_distance, pairs, pfm_path, threshold,
fdrThreshold, path, mart, pseudocount, pValue)
exportPattern("*.<-")
export(read.transfac.pfm,
generate.background,
cobindr, seqObj, cobindRConfiguration)
# Import all packages listed as Imports or Depends
import(
biomaRt,
methods,
gmp,
Biostrings,
BSgenome,
rtfbs,
IRanges
)