-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
71 lines (70 loc) · 2 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Generated by roxygen2: do not edit by hand
export(TSRchitectUsersGuide)
export(addAnnotationToTSR)
export(addTagCountsToTSR)
export(bedToTSS)
export(createSummarizedExperiment)
export(detTSR)
export(determineTSR)
export(getBamDataFirstRead)
export(getBamDataLastRead)
export(getFileNames)
export(getTSRdata)
export(getTSScountData)
export(getTSStagData)
export(getTitle)
export(gsq2bed)
export(importAnnotationExternal)
export(importAnnotationHub)
export(inputToTSS)
export(loadTSSobj)
export(makeGRangesFromTSR)
export(mergeSampleData)
export(processTSS)
export(tsrCluster)
export(tssObject)
export(writeTSR)
export(writeTSS)
import(BiocGenerics)
import(GenomicRanges)
importClassesFrom(S4Vectors,Pairs)
importFrom(AnnotationHub,AnnotationHub)
importFrom(AnnotationHub,query)
importFrom(BiocParallel,MulticoreParam)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,register)
importFrom(GenomeInfoDb,sortSeqlevels)
importFrom(GenomicAlignments,readGAlignments)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,GRangesList)
importFrom(GenomicRanges,as.data.frame)
importFrom(GenomicRanges,findOverlaps)
importFrom(GenomicRanges,granges)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(GenomicRanges,promoters)
importFrom(IRanges,IRanges)
importFrom(Rsamtools,BamViews)
importFrom(Rsamtools,ScanBamParam)
importFrom(Rsamtools,scanBamFlag)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,first)
importFrom(S4Vectors,second)
importFrom(S4Vectors,split)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,group_by)
importFrom(dplyr,summarize)
importFrom(gtools,mixedorder)
importFrom(gtools,mixedsort)
importFrom(methods,new)
importFrom(readxl,read_excel)
importFrom(rtracklayer,export.bed)
importFrom(rtracklayer,import)
importFrom(rtracklayer,import.bed)
importFrom(rtracklayer,import.gff)
importFrom(rtracklayer,import.gff3)
importFrom(stats,median)
importFrom(tools,file_ext)
importFrom(utils,read.table)
importFrom(utils,write.table)