-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.54 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(calc_gim)
export(full_genome_regions)
export(las_status)
export(read_bed)
export(read_cov)
export(read_par_file)
export(spector_qc)
export(spector_sample)
importFrom(GenomicAlignments,coverage)
importFrom(GenomicAlignments,readGAlignments)
importFrom(GenomicRanges,GRanges)
importFrom(IRanges,IRanges)
importFrom(Rsamtools,ScanBamParam)
importFrom(Rsamtools,idxstatsBam)
importFrom(Rsamtools,indexBam)
importFrom(S4Vectors,Rle)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_)
importFrom(dplyr,if_else)
importFrom(dplyr,is.tbl)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(dplyr,summarise)
importFrom(magrittr,"%>%")
importFrom(magrittr,extract2)
importFrom(parallel,mclapply)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_dbl)
importFrom(readr,read_tsv)
importFrom(stats,IQR)
importFrom(stats,cov)
importFrom(stats,end)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,start)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(tibble,as_data_frame)
importFrom(tibble,data_frame)
importFrom(tidyr,nest)
importFrom(tidyr,separate)
importFrom(tidyr,separate_rows)
importFrom(tidyr,unnest)
importFrom(utils,capture.output)
importFrom(utils,count.fields)
importFrom(utils,read.table)
importFrom(utils,write.csv)
importFrom(wavethresh,threshold)
importFrom(wavethresh,wd)