Browse code

update devel

claudia.cava authored on 12/04/2019 16:01:56
Showing 1 changed files

... ...
@@ -1,35 +1,43 @@
1 1
 # Generated by roxygen2: do not edit by hand
2 2
 
3
+export(ConvertedIDgenes)
3 4
 export(GE_matrix)
5
+export(GE_matrix_mean)
6
+export(GetData)
7
+export(GetPathData)
8
+export(GetPathNet)
4 9
 export(IPPI)
5 10
 export(SelectedSample)
6 11
 export(average)
7
-export(ds_score_crtlk)
8
-export(euc_dist_crtlk)
9
-export(getKEGGdata)
12
+export(circleplot)
13
+export(dsscorecrtlk)
14
+export(eucdistcrtlk)
10 15
 export(getNETdata)
11
-export(list_path_net)
12
-export(matrix_plot)
13
-export(path_net)
14
-export(plotting_cross_talk)
15
-export(proc_path)
16
-export(st_dv)
16
+export(listpathnet)
17
+export(pathnet)
18
+export(plotcrosstalk)
19
+export(stdv)
17 20
 export(svm_classification)
18
-importFrom(AnnotationDbi,as.list)
19
-importFrom(AnnotationDbi,mappedkeys)
20
-importFrom(KEGGREST,keggGet)
21
-importFrom(KEGGREST,keggList)
21
+import(ggplot2)
22
+import(grDevices)
23
+importFrom(MLmetrics,Accuracy)
24
+importFrom(MLmetrics,Sensitivity)
25
+importFrom(MLmetrics,Specificity)
22 26
 importFrom(ROCR,performance)
23 27
 importFrom(ROCR,prediction)
24 28
 importFrom(SpidermiR,SpidermiRanalyze_degree_centrality)
25 29
 importFrom(SpidermiR,SpidermiRdownload_net)
26 30
 importFrom(SpidermiR,SpidermiRprepare_NET)
27 31
 importFrom(SpidermiR,SpidermiRquery_spec_networks)
28
-importFrom(SpidermiR,SpidermiRquery_species)
29 32
 importFrom(e1071,svm)
30 33
 importFrom(e1071,tune)
31
-importFrom(grDevices,rainbow)
34
+importFrom(graphite,convertIdentifiers)
35
+importFrom(graphite,edges)
36
+importFrom(graphite,nodes)
37
+importFrom(graphite,pathwayDatabases)
38
+importFrom(graphite,pathwayTitle)
39
+importFrom(graphite,pathways)
32 40
 importFrom(igraph,get.data.frame)
33 41
 importFrom(igraph,graph.data.frame)
34 42
 importFrom(igraph,induced.subgraph)
35
-importFrom(org.Hs.eg.db,org.Hs.egSYMBOL2EG)
43
+importFrom(reshape2,dcast)