Browse code

gly metabolism fix2

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/StarBioTrek@129551 bc3139a8-67e5-0310-9ffc-ced21a209358

Claudia Cava authored on 12/05/2017 13:57:42
Showing 27 changed files

... ...
@@ -1,8 +1,13 @@
1 1
 Package: StarBioTrek
2 2
 Type: Package
3 3
 Title: StarBioTrek
4
+<<<<<<< .mine
5
+Version: 1.2.1
6
+Date: 05-12-2017
7
+=======
4 8
 Version: 1.3.0
5 9
 Date: 02-08-2017
10
+>>>>>>> .r129550
6 11
 Author: Claudia Cava,
7 12
     Isabella Castiglioni
8 13
 Maintainer: Claudia Cava <claudia.cava@ibfm.cnr.it>
... ...
@@ -37,4 +42,4 @@ VignetteBuilder: knitr
37 42
 LazyData: true
38 43
 URL: https://github.com/claudiacava/StarBioTrek
39 44
 BugReports: https://github.com/claudiacava/StarBioTrek/issues
40
-RoxygenNote: 5.0.1
41 45
\ No newline at end of file
46
+RoxygenNote: 6.0.1
... ...
@@ -30,12 +30,12 @@ if (KEGG_path=="Carb_met") {
30 30
     a<-c[[2]]
31 31
   }
32 32
   if (KEGG_path=="Gly_bio_met") {
33
-    mer<-select_path_gly(Glybio_met)
33
+    mer<-select_path_gly(Glybio_met) 
34 34
     c<-proc_path(mer)
35 35
     a<-c[[2]]
36 36
   }
37 37
   if (KEGG_path=="Cof_vit_met") {
38
-    mer<-select_path_gly(Cofa_vita_met)
38
+    mer<-select_path_cofa(Cofa_vita_met)
39 39
     c<-proc_path(mer)
40 40
     a<-c[[2]]
41 41
   }
... ...
@@ -97,6 +97,7 @@ return(mer)
97 97
 }
98 98
 
99 99
 select_path_gly<-function(Glybio_met){ 
100
+  species<-c("- Homo sapiens (human)") 
100 101
 ac<-paste("N-Glycan biosynthesis", species)
101 102
 ad<-paste("Various types of N-glycan biosynthesis", species)
102 103
 ae<-paste("Mucin type O-Glycan biosynthesis", species)
... ...
@@ -9,4 +9,3 @@
9 9
 TCGA data
10 10
 }
11 11
 \keyword{internal}
12
-
... ...
@@ -20,4 +20,3 @@ GE_matrix creates a matrix of gene expression for pathways given by the user.
20 20
 \examples{
21 21
 list_path_gene<-GE_matrix(DataMatrix=tumo[,1:2],pathway=path)
22 22
 }
23
-
... ...
@@ -20,4 +20,3 @@ select two labels from ID barcode
20 20
 \examples{
21 21
 tumo<-SelectedSample(Dataset=Data_CANCER_normUQ_filt,typesample="tumor")[,2]
22 22
 }
23
-
... ...
@@ -14,4 +14,3 @@ The functions you're likely to need from \pkg{StarBioTrek} is
14 14
 Otherwise refer to the vignettes to see
15 15
 how to format the documentation.
16 16
 }
17
-
... ...
@@ -20,4 +20,3 @@ average creates a matrix with a summarized value for each pathway
20 20
 \examples{
21 21
 score_mean<-average(dataFilt=tumo[,1:2],path)
22 22
 }
23
-
... ...
@@ -20,4 +20,3 @@ ds_score_crtlk creates a matrix with  discriminating score for pathways
20 20
 \examples{
21 21
 cross_talk_st_dv<-ds_score_crtlk(dataFilt=tumo[,1:2],pathway=path)
22 22
 }
23
-
... ...
@@ -20,4 +20,3 @@ euc_dist_crtlk creates a matrix with euclidean distance for pairwise pathways
20 20
 \examples{
21 21
 score_euc_dista<-euc_dist_crtlk(dataFilt=tumo[,1:2],path)
22 22
 }
23
-
... ...
@@ -18,4 +18,3 @@ getKEGGdata creates a data frame with human KEGG pathway. Columns are the pathwa
18 18
 \examples{
19 19
 path<-getKEGGdata(KEGG_path="Transcript")
20 20
 }
21
-
... ...
@@ -25,4 +25,3 @@ Network category can be filtered among: physical interactions, co-localization,
25 25
 organism="Saccharomyces_cerevisiae"
26 26
 netw<-getNETdata(network="SHpd",organism)
27 27
 }
28
-
... ...
@@ -21,4 +21,3 @@ list_path_net creates a list of interacting genes for each human pathway.
21 21
 lista_netw<-path_net(pathway=path,data=netw)
22 22
 list_path<-list_path_net(lista_net=lista_netw,pathway=path)
23 23
 }
24
-
... ...
@@ -9,4 +9,3 @@
9 9
 A matrix of gene expression for pathways given by the user.
10 10
 }
11 11
 \keyword{internal}
12
-
... ...
@@ -20,4 +20,3 @@ GE_matrix creates a matrix of mean gene expression for pathways given by the use
20 20
 \examples{
21 21
 list_path_plot<-matrix_plot(DataMatrix=tumo[,1:2],pathway=path)
22 22
 }
23
-
... ...
@@ -9,4 +9,3 @@
9 9
 network data
10 10
 }
11 11
 \keyword{internal}
12
-
... ...
@@ -9,4 +9,3 @@
9 9
 TCGA data with normal samples
10 10
 }
11 11
 \keyword{internal}
12
-
... ...
@@ -9,4 +9,3 @@
9 9
 Pathway data from KEGG
10 10
 }
11 11
 \keyword{internal}
12
-
... ...
@@ -20,4 +20,3 @@ path_net creates a list of network data for each human pathway. The network data
20 20
 \examples{
21 21
 lista_net<-path_net(pathway=path,data=netw)
22 22
 }
23
-
... ...
@@ -22,4 +22,3 @@ plotting_matrix creates a matrix of gene expression for pathways given by the us
22 22
 \examples{
23 23
 mt<-plotting_cross_talk(DataMatrix=tumo[,1:2],pathway=path,path_matrix=list_path_plot)
24 24
 }
25
-
... ...
@@ -15,4 +15,3 @@ dataframe with human pathway data
15 15
 \description{
16 16
 getKEGGdata creates a data frame with human KEGG pathway. Columns are the pathways and rows the genes inside those pathway
17 17
 }
18
-
... ...
@@ -17,4 +17,3 @@ a gene expression matrix for case study 1
17 17
 \description{
18 18
 processing gene expression matrix
19 19
 }
20
-
... ...
@@ -9,4 +9,3 @@
9 9
 Score Matrix of pairwise pathway using euclidean distance
10 10
 }
11 11
 \keyword{internal}
12
-
... ...
@@ -17,4 +17,3 @@ a gene expression matrix with only pairwise pathway with a particular cut-off
17 17
 \description{
18 18
 select two labels from ID barcode
19 19
 }
20
-
... ...
@@ -20,4 +20,3 @@ st_dv creates a matrix with standard deviation for pathways
20 20
 \examples{
21 21
 stand_dev<-st_dv(DataMatrix=tumo[,1:2],pathway=path)
22 22
 }
23
-
... ...
@@ -26,4 +26,3 @@ nf <- 60
26 26
 res_class<-svm_classification(TCGA_matrix=score_euc_dist,nfs=nf,
27 27
 normal=colnames(norm[,1:10]),tumour=colnames(tumo[,1:10]))
28 28
 }
29
-
... ...
@@ -9,4 +9,3 @@
9 9
 TCGA data with tumour samples
10 10
 }
11 11
 \keyword{internal}
12
-