forked from BIMSBbioinfo/genomation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
113 lines (101 loc) · 3.46 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
import(methods)
import(Biostrings)
import(BSgenome)
import(GenomeInfoDb)
import(GenomicRanges)
import(GenomicAlignments)
import(IRanges)
import(Rsamtools)
import(S4Vectors)
import(ggplot2)
import(grid)
import(gridBase)
import(impute)
importMethodsFrom("rtracklayer", import)
#importMethodsFrom("GenomicRanges",elementMetadata,countOverlaps,findOverlaps, seqnames, seqlengths, strand,"strand<-")
#importClassesFrom("GenomicRanges",GRanges,GRangesList)
#importClassesFrom("IRanges", RangedData, RangedDataList, DataTable,
# Annotated, Vector, List, DataTable_OR_NULL, character_OR_NULL,
# RangedSelection, SimpleList, DataFrame,SimpleRleList,RleList,SimpleAtomicList,AtomicList,RleViews,RleViewsList)
#importFrom("IRanges", DataFrame, IRanges, RangedDataList, RangedData,
# IntegerRangesList, Rle,matchMatrix,findOverlaps, RangedSelection,ranges,countOverlaps,subsetByOverlaps,elementMetadata,"elementMetadata<-",Views,viewApply,RleViewsList)
#importMethodsFrom("IRanges",nearest,as.data.frame,values,length,elementNROWS,width,start,end)
importFrom("data.table",data.table,dcast)
importFrom("data.table", rbindlist)
importFrom("graphics", "axis", "barplot", "image", "legend", "lines",
"par", "pie", "plot", "plot.new", "plot.window", "polygon",
"text")
importFrom("grDevices", "colorRamp", "hcl", "rainbow", "rgb")
importFrom("matrixStats",colMedians)
importFrom("matrixStats",colSds)
importFrom("matrixStats",colQuantiles)
importFrom("parallel", mclapply)
importFrom("plotrix", dispersion)
importFrom("plotrix", std.error)
importFrom("plyr",rbind.fill)
importFrom("readr", read_delim)
importFrom("readr", locale)
importFrom("reshape2", melt)
importFrom("seqPattern", motifScanScores)
importFrom("seqPattern", getPatternOccurrenceList)
importFrom("stats", "dist", "hclust", "pnorm", "runif")
importFrom("utils", "download.file", "read.table", "unzip")
importFrom(Rcpp, sourceCpp)
exportClasses(AnnotationByFeature)
exportClasses(AnnotationByGeneParts)
exportClasses(RandomEnrichment)
exportClasses(ScoreMatrix)
exportClasses(ScoreMatrixList)
exportMethods(annotateWithFeature)
exportMethods(annotateWithFeatures)
exportMethods(annotateWithFeatureFlank)
exportMethods(annotateWithGeneParts)
exportMethods(binMatrix)
exportMethods(convertBedDf)
exportMethods(convertBed2Exons)
exportMethods(convertBed2Introns)
exportMethods(enrichmentMatrix)
exportMethods(findFeatureComb)
exportMethods(getAssociationWithTSS)
exportMethods(getFeatsWithTargetsStats)
exportMethods(getFlanks)
exportMethods(getMembers)
exportMethods(getRandomEnrichment)
exportMethods(getTargetAnnotationStats)
export(heatMatrix)
export(heatMeta)
export(intersectScoreMatrixList)
export(multiHeatMatrix)
exportMethods(patternMatrix)
export(plotMeta)
export(plotGeneAnnotation)
export(heatTargetAnnotation)
export(plotTargetAnnotation)
exportMethods(orderBy)
exportMethods(randomizeFeature)
export(readGeneric)
export(readBed)
export(readBroadPeak)
exportMethods(readFeatureFlank)
export(readNarrowPeak)
exportMethods(readTranscriptFeatures)
exportMethods(ScoreMatrix)
exportMethods(ScoreMatrixBin)
exportMethods(scaleScoreMatrix)
exportMethods(scaleScoreMatrixList)
export(listSliceMean)
export(listSliceMedian)
export(listSliceMax)
export(listSliceMin)
export(listSliceSum)
export(Mean_c)
export(Median_c)
export(Max_c)
export(Min_c)
export(Sum_c)
export(gffToGRanges)
export(ScoreMatrixList)
S3method(c,ScoreMatrixList)
S3method(c,ScoreMatrix)
useDynLib(genomation)
exportPattern("^[[:alpha:]]+")