forked from wenweixiong/MARVEL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
134 lines (133 loc) · 3.56 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Generated by roxygen2: do not edit by hand
export(AnnoVolcanoPlot)
export(AnnotateGenes.10x)
export(AnnotateSJ.10x)
export(AssignModality)
export(BioPathways)
export(BioPathways.10x)
export(BioPathways.Plot)
export(BioPathways.Plot.10x)
export(CheckAlignment)
export(CheckAlignment.10x)
export(CheckAlignment.Exp)
export(CheckAlignment.PSI)
export(CheckAlignment.PSI.Exp)
export(CheckAlignment.SJ)
export(CompareExpr)
export(CompareValues)
export(CompareValues.Exp)
export(CompareValues.Exp.Spliced)
export(CompareValues.Genes.10x)
export(CompareValues.PSI)
export(CompareValues.SJ.10x)
export(CompareValues.SJ.DonorLevel.10x)
export(ComputePSI)
export(ComputePSI.A3SS)
export(ComputePSI.A5SS)
export(ComputePSI.AFE)
export(ComputePSI.ALE)
export(ComputePSI.MXE)
export(ComputePSI.Posterior)
export(ComputePSI.RI)
export(ComputePSI.SE)
export(CountEvents)
export(CreateMarvelObject)
export(CreateMarvelObject.10x)
export(DetectEvents)
export(DetectEvents.AFE)
export(DetectEvents.AFE.NegStrand)
export(DetectEvents.AFE.PosStrand)
export(DetectEvents.ALE)
export(DetectEvents.ALE.NegStrand)
export(DetectEvents.ALE.PosStrand)
export(FilterGenes.10x)
export(FindPTC)
export(FindPTC.A3SS.NegStrand)
export(FindPTC.A3SS.PosStrand)
export(FindPTC.A5SS.NegStrand)
export(FindPTC.A5SS.PosStrand)
export(FindPTC.RI.NegStrand)
export(FindPTC.RI.PosStrand)
export(FindPTC.SE.NegStrand)
export(FindPTC.SE.PosStrand)
export(IdentifyVariableEvents)
export(IsoSwitch)
export(IsoSwitch.10x)
export(IsoSwitch.PlotExpr)
export(ModalityChange)
export(ParseGTF)
export(PctASE)
export(PlotDEValues)
export(PlotDEValues.Exp.Global)
export(PlotDEValues.Exp.Spliced)
export(PlotDEValues.Genes.10x)
export(PlotDEValues.PSI.Distance)
export(PlotDEValues.PSI.Mean)
export(PlotDEValues.PSI.Mean.g2vsg1)
export(PlotDEValues.SJ.10x)
export(PlotPctExprCells.Genes.10x)
export(PlotPctExprCells.SJ.10x)
export(PlotValues)
export(PlotValues.Exp)
export(PlotValues.Gene.Pseudobulk.10x)
export(PlotValues.Gene.SingleCell.10x)
export(PlotValues.PCA.CellGroup.10x)
export(PlotValues.PCA.Gene.10x)
export(PlotValues.PCA.PSI.10x)
export(PlotValues.PSI)
export(PlotValues.PSI.Pseudobulk.10x)
export(PlotValues.PSI.Pseudobulk.Heatmap.10x)
export(PrepareBedFile.RI)
export(Preprocess_rMATS)
export(Preprocess_rMATS.A3SS)
export(Preprocess_rMATS.A5SS)
export(Preprocess_rMATS.MXE)
export(Preprocess_rMATS.RI)
export(Preprocess_rMATS.SE)
export(PropModality)
export(PropModality.Bar)
export(PropModality.Doughnut)
export(PropPTC)
export(RemoveCrypticSS)
export(RemoveCrypticSS.AFE)
export(RemoveCrypticSS.ALE)
export(RunPCA)
export(RunPCA.Exp)
export(RunPCA.PSI)
export(RunPCA.PSI.Exp)
export(SubsetCrypticA3SS)
export(SubsetCrypticSS)
export(SubsetCrypticSS.A3SS)
export(SubsetCrypticSS.A5SS)
export(SubsetSamples)
export(TransformExpValues)
export(ValidateSJ.10x)
export(adhocGene.DE.Gene.10x)
export(adhocGene.DE.PSI.10x)
export(adhocGene.PlotDEValues.10x)
export(adhocGene.PlotSJPosition.10x)
export(adhocGene.TabulateExpression.Gene.10x)
export(adhocGene.TabulateExpression.PSI.10x)
import(Matrix)
import(ggplot2)
import(methods)
import(scales)
importFrom(grDevices,hcl)
importFrom(plyr,join)
importFrom(stats,aggregate)
importFrom(stats,chisq.test)
importFrom(stats,fisher.test)
importFrom(stats,ks.test)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,p.adjust.methods)
importFrom(stats,pairwise.t.test)
importFrom(stats,pairwise.wilcox.test)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stats,var)
importFrom(stats,wilcox.test)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)