forked from rnabioco/valr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
68 lines (67 loc) · 1.47 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
66
67
68
# Generated by roxygen2: do not edit by hand
export(bed12_to_exons)
export(bed_absdist)
export(bed_closest)
export(bed_cluster)
export(bed_complement)
export(bed_coverage)
export(bed_fisher)
export(bed_flank)
export(bed_glyph)
export(bed_intersect)
export(bed_jaccard)
export(bed_makewindows)
export(bed_map)
export(bed_merge)
export(bed_projection)
export(bed_random)
export(bed_reldist)
export(bed_shift)
export(bed_shuffle)
export(bed_slop)
export(bed_sort)
export(bed_subtract)
export(bed_window)
export(bound_intervals)
export(concat)
export(create_introns)
export(create_utrs3)
export(create_utrs5)
export(db_ensembl)
export(db_ucsc)
export(flip_strands)
export(interval_spacing)
export(is.tbl_genome)
export(is.tbl_interval)
export(read_bed)
export(read_bed12)
export(read_bedgraph)
export(read_broadpeak)
export(read_genome)
export(read_narrowpeak)
export(read_vcf)
export(tbl_genome)
export(tbl_interval)
export(trbl_genome)
export(trbl_interval)
export(valr_example)
export(values)
export(values_unique)
import(dplyr)
import(ggplot2)
importFrom(lazyeval,lazy_dots)
importFrom(readr,col_character)
importFrom(readr,col_double)
importFrom(readr,col_integer)
importFrom(readr,read_tsv)
importFrom(stats,fisher.test)
importFrom(stats,na.omit)
importFrom(stringr,str_c)
importFrom(stringr,str_length)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(tibble,as_tibble)
importFrom(tibble,tribble)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(valr, .registration = TRUE)