-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
42 lines (41 loc) · 1.11 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
# Generated by roxygen2: do not edit by hand
export(PrepareSummarizedExperimentTensor)
export(PrepareSummarizedExperimentTensorSquare)
export(computeHosvd)
export(computeHosvdSqure)
export(convertSquare)
export(selectFeature)
export(selectFeatureSquare)
export(selectSingularValueVectorLarge)
export(selectSingularValueVectorSmall)
export(tableFeatures)
export(tableFeaturesSquare)
import(MOFAdata)
import(methods)
import(readr)
import(tximport)
import(tximportData)
importFrom(GenomicRanges,GRanges)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,boxplot)
importFrom(graphics,hist)
importFrom(graphics,par)
importFrom(methods,new)
importFrom(rTensor,as.tensor)
importFrom(rTensor,hosvd)
importFrom(shiny,actionButton)
importFrom(shiny,fluidPage)
importFrom(shiny,mainPanel)
importFrom(shiny,observeEvent)
importFrom(shiny,plotOutput)
importFrom(shiny,renderPlot)
importFrom(shiny,runApp)
importFrom(shiny,shinyApp)
importFrom(shiny,sidebarLayout)
importFrom(shiny,sidebarPanel)
importFrom(shiny,stopApp)
importFrom(stats,optim)
importFrom(stats,p.adjust)
importFrom(stats,pchisq)
importFrom(utils,menu)