-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
34 lines (33 loc) · 984 Bytes
/
Copy pathNAMESPACE
File metadata and controls
34 lines (33 loc) · 984 Bytes
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
# Generated by roxygen2: do not edit by hand
export(chromosomeSlidingWindow)
export(findAmbiguousInsertionSites)
export(getChromosomeSize)
export(mapInsertionSites)
export(readBam)
export(readPutativeInsertions)
export(slidingWindowReadoutCounts)
export(slidingWindowReadoutFraction)
export(switchReadStrand)
export(updateInsertionSiteData)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,as.data.frame)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(GenomicRanges,reduce)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,coalesce)
importFrom(dplyr,count)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(stats,runif)
importFrom(tibble,tibble)
importFrom(tidyr,replace_na)
importFrom(utils,read.table)
importFrom(utils,tail)