-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
55 lines (54 loc) · 1.66 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
# Generated by roxygen2: do not edit by hand
export(MINT.PLSDA_from_file_and_predict_second_dataset)
export(MINT.PLSR_from_file_and_predict_second_dataset)
export(PCA_from_file)
export(PCA_from_file_and_predict_second_dataset)
export(PLSDA_from_file)
export(PLSDA_from_file_and_predict_second_dataset)
export(PLSR_from_file)
export(PLSR_from_file_and_predict_second_dataset)
export(create_RRHO_file_intersect_then_rank)
export(create_log_tcga_files_cancer)
export(create_log_tcga_files_normal)
export(create_tcga_boxplots)
export(create_tcga_methyl_files)
export(do.survival)
export(do_full_boxplot_RNA)
export(do_full_boxplot_meth)
export(intersect_all)
export(intersect_doPCA_from_file_and_project_second_dataset)
export(intersect_log_doPCA_from_file_and_project_second_dataset)
export(log_PCA_from_file)
export(make_loadings_gctfile)
export(make_scores_file)
export(pick.samples)
export(plot_pca)
export(plot_pca_and_save)
export(plot_pca_projection)
export(plot_pca_projection_all)
export(plot_pca_projection_and_save)
export(plot_pca_projection_only)
export(plot_pls)
export(predict_MINT.PLSDA_graph)
export(predict_MINT.PLSR_graph)
export(predict_PCA_graph)
export(predict_PLSDA_graph)
export(predict_PLSR_graph)
export(pval_graph)
export(seg_to_gene)
export(simple_ttest)
export(tcga_boxplots)
importFrom(CNTools,CNSeg)
importFrom(CNTools,getRS)
importFrom(CNTools,rs)
importFrom(data.table,fread)
importFrom(data.table,rbindlist)
importFrom(genefilter,rowttests)
importFrom(mixOmics,plotIndiv)
importFrom(mixOmics,pls)
importFrom(mixOmics,plsda)
importFrom(stats,prcomp)
importFrom(stats,screeplot)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,write.table)