-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
36 lines (35 loc) · 1006 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
35
36
# Generated by roxygen2: do not edit by hand
export(gtfToExons)
export(makeBranchpointWindowForExons)
export(makeBranchpointWindowForSNP)
export(plotBranchpointWindow)
export(predictBranchpoints)
export(predictionsToSummary)
export(readQueryFile)
import(GenomicRanges)
import(biomaRt)
import(caret)
import(gbm)
import(ggplot2)
import(parallel)
import(plyr)
import(stringr)
importClassesFrom(Biostrings,DNAStringSet)
importClassesFrom(data.table,data.table)
importClassesFrom(kernlab,ksvm)
importFrom(BSgenome.Hsapiens.UCSC.hg38,BSgenome.Hsapiens.UCSC.hg38)
importFrom(Biostrings,complement)
importFrom(Biostrings,getSeq)
importFrom(GenomeInfoDb,seqlevels)
importFrom(GenomeInfoDb,seqnames)
importFrom(IRanges,IRanges)
importFrom(S4Vectors,Rle)
importFrom(cowplot,draw_plot)
importFrom(cowplot,ggdraw)
importFrom(data.table,fread)
importFrom(kernlab,predict)
importFrom(rtracklayer,import)
importFrom(stats,aggregate)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(utils,write.table)