-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
57 lines (56 loc) · 1.67 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
# Generated by roxygen2: do not edit by hand
export(aff_germ_copies)
export(aff_som_copies)
export(predict_zygosity)
importFrom(DelayedArray,rowRanges)
importFrom(GenomicAlignments,first)
importFrom(GenomicAlignments,last)
importFrom(GenomicAlignments,readGAlignmentPairs)
importFrom(GenomicRanges,"elementMetadata<-")
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,elementMetadata)
importFrom(GenomicRanges,seqnames)
importFrom(IRanges,mergeByOverlaps)
importFrom(IRanges,subsetByOverlaps)
importFrom(Rsamtools,ScanBamParam)
importFrom(Rsamtools,TabixFile)
importFrom(VariantAnnotation,readVcf)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,between)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(dplyr,nth)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,tally)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,shortest_paths)
importFrom(methods,is)
importFrom(purrr,compact)
importFrom(purrr,map_chr)
importFrom(purrr,set_names)
importFrom(stringr,"%>%")
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_match)
importFrom(stringr,str_match_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)