-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
38 lines (37 loc) · 1.06 KB
/
NAMESPACE
File metadata and controls
38 lines (37 loc) · 1.06 KB
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
# Generated by roxygen2: do not edit by hand
export(adjustBroadPos)
export(batchConvertAnalysis)
export(filterResultsByGeneOrder)
export(getGeneOrderTable)
export(plotCoverage)
export(plotEvents)
import(ggplot2)
import(plyr)
importFrom(Biostrings,DNAStringSet)
importFrom(Biostrings,nchar)
importFrom(Biostrings,pairwiseAlignment)
importFrom(Biostrings,pid)
importFrom(Biostrings,readDNAStringSet)
importFrom(Biostrings,reverseComplement)
importFrom(Biostrings,start)
importFrom(Biostrings,stringDist)
importFrom(Biostrings,subseq)
importFrom(Biostrings,writeXStringSet)
importFrom(IRanges,IRanges)
importFrom(IRanges,IRangesList)
importFrom(IRanges,intersect)
importFrom(IRanges,reduce)
importFrom(IRanges,shift)
importFrom(IRanges,width)
importFrom(methods,as)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(rvest,read_html)
importFrom(stats,as.formula)
importFrom(stringi,stri_cmp_eq)
importFrom(stringi,stri_sub)
importFrom(stringr,fixed)
importFrom(stringr,str_count)
importFrom(stringr,str_extract)
importFrom(stringr,str_to_lower)
importFrom(utils,read.table)