-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
executable file
·65 lines (63 loc) · 1.25 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
63
64
65
export(
'bedr',
'tabix',
'in.region',
'%in.region%',
'is.merged.region',
'is.sorted.region',
'is.valid.region',
'bedr.join.multiple.region',
'bedr.join.region',
'bedr.merge.region',
'order.region',
'bedr.sort.region',
'flank.region',
'grow.region',
'bedr.snm.region',
'strsplit2matrix',
'bedr.subtract.region',
'convert2bed',
'get.random.regions',
'get.example.regions',
'get.chr.length',
'get.fasta',
'catv',
'bedr.plot.region',
'index2bed',
'read.vcf',
'write.vcf',
'reldist',
'jaccard',
'cluster.region',
'.onAttach',
'check.binary',
'jaccard',
'is.valid.seq',
'is.valid.ref',
'vcf2bed',
'bed2vcf',
'read.vcf',
'query.ucsc',
'download.datasets',
'bedr.setup',
'permute.region',
'test.region.similarity',
'process.input',
'bed2index',
'vcf2bedpe',
'adjust.coordinates',
'get.strand',
'get.bedpe.id'
);
import(
'data.table',
'VennDiagram',
'testthat',
'R.utils',
'yaml',
'parallel',
'grid'
);
importFrom("stats", "rlnorm", "runif", "setNames");
importFrom("utils", "download.file", "head", "modifyList",
"read.table", "tail", "write.table");