-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
78 lines (77 loc) · 2.07 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
# Generated by roxygen2: do not edit by hand
S3method(clusterJF,matrix)
S3method(clusterJF,prcomp)
S3method(clusterJF,tbl)
S3method(dimreductJF,matrix)
S3method(dimreductJF,prcomp)
S3method(extract_values,matrix)
S3method(extract_values,prcomp)
export(app_server)
export(app_ui)
export(clusterJF)
export(compositionJF)
export(dimreductJF)
export(extract_sb_loadings)
export(extract_sb_values)
export(extract_values)
export(marker_heatJF)
export(run_app)
export(sb_clusterJF)
import(dplyr)
import(ggplot2)
import(hexbin)
import(patchwork)
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,columnAnnotation)
importFrom(ComplexHeatmap,draw)
importFrom(DT,renderDT)
importFrom(DT,renderDataTable)
importFrom(RColorBrewer,brewer.pal)
importFrom(RColorBrewer,brewer.pal.info)
importFrom(Rtsne,Rtsne)
importFrom(circlize,colorRamp2)
importFrom(cowplot,plot_grid)
importFrom(fastcluster,hclust)
importFrom(ggrepel,geom_label_repel)
importFrom(ggsci,pal_d3)
importFrom(ggsci,pal_igv)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(rlang,.data)
importFrom(shiny,HTML)
importFrom(shiny,br)
importFrom(shiny,brushOpts)
importFrom(shiny,column)
importFrom(shiny,downloadButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,fileInput)
importFrom(shiny,fluidRow)
importFrom(shiny,h4)
importFrom(shiny,isTruthy)
importFrom(shiny,mainPanel)
importFrom(shiny,modalDialog)
importFrom(shiny,navbarPage)
importFrom(shiny,numericInput)
importFrom(shiny,observe)
importFrom(shiny,plotOutput)
importFrom(shiny,radioButtons)
importFrom(shiny,reactive)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderPlot)
importFrom(shiny,renderUI)
importFrom(shiny,selectInput)
importFrom(shiny,selectizeInput)
importFrom(shiny,shinyApp)
importFrom(shiny,showModal)
importFrom(shiny,sidebarPanel)
importFrom(shiny,sliderInput)
importFrom(shiny,tabPanel)
importFrom(shiny,tabsetPanel)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,uiOutput)
importFrom(shiny,withProgress)
importFrom(stringi,stri_enc_detect)
importFrom(stringi,stri_read_raw)
importFrom(tidyr,pivot_wider)
importFrom(uwot,umap)