-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
41 lines (40 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
export(buildInput)
export(getAnnotationFiles)
export(run.uncoverapp)
export(uncoverAPP)
import(BiocFileCache)
import(EnsDb.Hsapiens.v75)
import(EnsDb.Hsapiens.v86)
import(GenomicRanges)
import(Gviz, except = tags)
import(Homo.sapiens)
import(OrganismDbi)
import(Rsamtools)
import(TxDb.Hsapiens.UCSC.hg19.knownGene)
import(TxDb.Hsapiens.UCSC.hg38.knownGene)
import(condformat)
import(markdown)
import(openxlsx)
import(org.Hs.eg.db)
import(processx)
import(rlist)
import(shiny, except = c(renderDataTable, dataTableOutput))
import(shinyBS)
import(shinyWidgets)
import(stringr)
importFrom(DT,dataTableOutput)
importFrom(DT,renderDataTable)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(Rsamtools,PileupParam)
importFrom(Rsamtools,ScanBamParam)
importFrom(Rsamtools,pileup)
importFrom(S4Vectors,queryHits)
importFrom(S4Vectors,subjectHits)
importFrom(rappdirs,user_cache_dir)
importFrom(rlist,list.append)
importFrom(shinycssloaders,withSpinner)
importFrom(shinyjs,enable)
importFrom(shinyjs,hidden)
importFrom(shinyjs,useShinyjs)
importFrom(utils,write.table)