forked from akdess/CaSpER
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
76 lines (76 loc) · 1.79 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
useDynLib(CaSpER, .registration = TRUE)
export(CreateCasperObject)
export(lohCallMedianFilterByChr)
export(lohCallMedianFilter)
export(ProcessData)
export(PerformMedianFilter)
export(PerformMedianFilterByChr)
export(PerformMeanFilterByChr)
export(CenterSmooth)
export(ControlNormalize)
export(AverageReference)
export(generateParam)
export(runCaSpER)
export(extractLargeScaleEvents)
export(mergeScalesAndGenerateFinalEventSummary)
export(PerformSegmentationWithHMM)
export(calculateLOHShiftsForEachSegment)
export(assignStates)
export(generateLargeScaleEvents)
export(extractEvents)
export(draw_matrix2)
export(draw_colnames_45)
export(plotHeatmap)
export(plotHeatmap10x)
export(plotGEAndGT)
export(plotLargeScaleEvent)
export(plotBAFInSeperatePages)
export(plotBAFAllSamples)
export(plotGEAndBAFOneSample)
export(plotBAFOneSample)
export(plotGEAllSamples)
export(calcROC)
export(readBAFExtractOutput)
export(plotLargeScaleEvent2)
export(plotSingleCellLargeScaleEventHeatmap)
export(extractMUAndCooccurence)
export(plotMUAndCooccurence)
export(plotSCellCNVTree)
export(generateAnnotation)
export(getDiffExprGenes)
export(generateEnrichmentSummary)
export(extractSegmentSummary)
export(splitByOverlap)
export(extractLargeScaleEvents)
export(mergeScalesAndGenerateFinalEventSummary)
export(goEnrichmentBP)
export(estimateTNoiseParamsMap)
export(tdistPDF)
export(dirichletpdf)
export(normalize)
export(manualSegment)
export(processSegments)
export(HMMsegment)
export(gene.matrix)
import(igraph)
import(signal)
import(pheatmap)
import(RColorBrewer)
import(grid)
import(IRanges)
import(ggplot2)
import(reshape)
import(mclust)
import(ggpubr)
import(scales)
import(gridExtra)
import(intergraph)
import(ggnetwork)
import(ape)
import(biomaRt)
import(limma)
import(GO.db)
import(Category)
import(org.Hs.eg.db)
import(GOstats)
import(GenomicRanges)