forked from inambioinfo/proBAMr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
34 lines (33 loc) · 983 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(PSMtab2SAM)
export(PrepareAnnotationGENCODE)
export(readIdpDB)
export(readPepXmlTab)
export(readPeptideShakerPsmReport)
import(AhoCorasickTrie)
import(Biostrings)
import(GenomicFeatures)
import(GenomicRanges)
import(IRanges)
importFrom(AnnotationDbi,loadDb)
importFrom(AnnotationDbi,saveDb)
importFrom(data.table,":=")
importFrom(data.table,.SD)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setDT)
importFrom(data.table,setkey)
importFrom(fastmatch,fmatch)
importFrom(rtracklayer,browserSession)
importFrom(rtracklayer,getTable)
importFrom(rtracklayer,tableNames)
importFrom(rtracklayer,trackNames)
importFrom(rtracklayer,ucscSchema)
importFrom(rtracklayer,ucscTableQuery)
importFrom(stringr,fixed)
importFrom(stringr,str_split)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.table)