-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
99 lines (98 loc) · 2.39 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
# Generated by roxygen2: do not edit by hand
S3method(plot,bed)
S3method(plot,genes)
export("%>%")
export(AutoCorrFeatures)
export(FbtPlot)
export(FindAllAltExp)
export(FindAltExp)
export(FindDEP)
export(GetWeights)
export(LoadEPTanno)
export(PSIPlot)
export(ParseBED)
export(ParseExonName)
export(ParseVarName)
export(RatioPlot)
export(ReadPISA)
export(ReadStereoseq)
export(RenameVARs)
export(RunAutoCorr)
export(RunBlockCorr)
export(RunDEXSeq)
export(RunDLScore)
export(SDTdemo)
export(SetAutoCorrFeatures)
export(StatSplice)
export(TrackPlot)
export(annoBED)
export(annoGene)
export(annoTX)
export(annoVAR)
export(create_splice)
export(geom_splice)
export(getCores)
export(gtf2db)
export(isGTF)
export(notGTF)
export(stat_splice)
export(varanno)
exportMethods(QuickRecipe)
exportMethods(QuickRecipe0)
exportMethods(mergeMatrix)
import(Matrix)
import(R.utils)
import(Seurat)
import(dplyr)
import(ggplot2)
import(ggrepel)
import(grid)
importFrom(Matrix,readMM)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(RColorBrewer,brewer.pal)
importFrom(Seurat,SingleDimPlot)
importFrom(Seurat,Tool)
importFrom(SeuratObject,FetchData)
importFrom(SeuratObject,PackageCheck)
importFrom(cli,ansi_nchar)
importFrom(cli,col_blue)
importFrom(cli,col_red)
importFrom(cli,rule)
importFrom(cli,style_bold)
importFrom(cli,symbol)
importFrom(cowplot,theme_cowplot)
importFrom(data.table,fread)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,dup_axis)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_color_brewer)
importFrom(ggplot2,scale_color_gradientn)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggrepel,geom_label_repel)
importFrom(grDevices,rgb)
importFrom(graphics,xspline)
importFrom(gtools,mixedsort)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(methods,is)
importFrom(parallel,detectCores)
importFrom(patchwork,area)
importFrom(patchwork,plot_layout)
importFrom(patchwork,wrap_plots)
importFrom(reshape2,melt)
importFrom(rlang,is_integerish)
importFrom(scales,label_comma)
importFrom(scales,pretty_breaks)
importFrom(viridis,scale_color_viridis)
importFrom(viridis,scale_fill_viridis)
useDynLib(Yano, .registration = TRUE)