-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
61 lines (60 loc) · 1.33 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
# Generated by roxygen2: do not edit by hand
export(Convert_GUI_data)
export(ICGC_PARSE_Nones)
export(ICGC_cluster_based_subtyping)
export(convert_kmeans_to_dendrogram)
export(convert_order_to_dendrogram)
export(convert_to_SummarizedExperiment)
export(create.classif)
export(demoPdac)
export(generate_data_set_list)
export(generate_mouse_data_set_list)
export(getSideColors)
export(heatmap.3)
export(implement_PAMG)
export(install_dependencies)
export(other_cluster_based_subtyping)
export(parse_ICGC)
export(parse_Moffitt_supplement)
export(parse_Puleo_Array)
export(parse_TCGA_PAAD)
export(parse_gene_lists)
export(parse_moffitt_classifier)
export(parse_scOh_atlas)
export(pdacShiny)
export(pull_Chen_from_GEO)
export(pull_Moffitt_from_GEO)
export(pull_Olive_from_GEO)
export(pull_Seino_from_GEO)
import(Biobase)
import(BiocManager)
import(ConsensusClusterPlus)
import(GEOquery)
import(RColorBrewer)
import(Rtsne)
import(Seurat)
import(SummarizedExperiment)
import(bioDist)
import(foreign)
import(ggplot2)
import(ggpubr)
import(gplots)
import(hgu219.db)
import(illuminaHumanv4.db)
import(limma)
import(nlme)
import(openxlsx)
import(org.Hs.eg.db)
import(pdacmolgrad)
import(plyr)
import(preprocessCore)
import(readr)
import(readxl)
import(reshape2)
import(rlang)
import(scales)
import(shiny)
import(shinyjs)
import(stringr)
import(survival)
import(survminer)