... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: StarBioTrek |
2 | 2 |
Type: Package |
3 | 3 |
Title: StarBioTrek |
4 |
-Version: 1.8.1 |
|
5 |
-Date: 11-13-2018 |
|
4 |
+Version: 1.8.2 |
|
5 |
+Date: 04-12-2019 |
|
6 | 6 |
Author: Claudia Cava, |
7 | 7 |
Isabella Castiglioni |
8 | 8 |
Maintainer: Claudia Cava <claudia.cava@ibfm.cnr.it> |
... | ... |
@@ -10,13 +10,15 @@ Depends: |
10 | 10 |
R (>= 3.3) |
11 | 11 |
Imports: |
12 | 12 |
SpidermiR, |
13 |
- KEGGREST, |
|
14 |
- org.Hs.eg.db, |
|
13 |
+ graphite, |
|
15 | 14 |
AnnotationDbi, |
16 | 15 |
e1071, |
17 | 16 |
ROCR, |
17 |
+ MLmetrics, |
|
18 | 18 |
grDevices, |
19 |
- igraph |
|
19 |
+ igraph, |
|
20 |
+ reshape2, |
|
21 |
+ ggplot2 |
|
20 | 22 |
Description: This tool StarBioTrek presents some methodologies to measure pathway activity and cross-talk among pathways integrating also the information of network data. |
21 | 23 |
License: GPL (>= 3) |
22 | 24 |
biocViews: GeneRegulation, |
... | ... |
@@ -37,5 +39,4 @@ VignetteBuilder: knitr |
37 | 39 |
LazyData: true |
38 | 40 |
URL: https://github.com/claudiacava/StarBioTrek |
39 | 41 |
BugReports: https://github.com/claudiacava/StarBioTrek/issues |
40 |
-RoxygenNote: 6.0.1 |
|
41 |
- |
|
42 |
+RoxygenNote: 6.1.1 |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,41 @@ |
1 |
+Package: StarBioTrek |
|
2 |
+Type: Package |
|
3 |
+Title: StarBioTrek |
|
4 |
+Version: 1.3.2 |
|
5 |
+Date: 10-16-2017 |
|
6 |
+Author: Claudia Cava, |
|
7 |
+ Isabella Castiglioni |
|
8 |
+Maintainer: Claudia Cava <claudia.cava@ibfm.cnr.it> |
|
9 |
+Depends: |
|
10 |
+ R (>= 3.3) |
|
11 |
+Imports: |
|
12 |
+ SpidermiR, |
|
13 |
+ KEGGREST, |
|
14 |
+ org.Hs.eg.db, |
|
15 |
+ AnnotationDbi, |
|
16 |
+ e1071, |
|
17 |
+ ROCR, |
|
18 |
+ grDevices, |
|
19 |
+ igraph |
|
20 |
+Description: This tool StarBioTrek presents some methodologies to measure pathway activity and cross-talk among pathways integrating also the information of network data. |
|
21 |
+License: GPL (>= 3) |
|
22 |
+biocViews: GeneRegulation, |
|
23 |
+ Network, |
|
24 |
+ Pathways, |
|
25 |
+ KEGG |
|
26 |
+Suggests: |
|
27 |
+ BiocStyle, |
|
28 |
+ knitr, |
|
29 |
+ rmarkdown, |
|
30 |
+ testthat, |
|
31 |
+ devtools, |
|
32 |
+ roxygen2, |
|
33 |
+ qgraph, |
|
34 |
+ png, |
|
35 |
+ grid |
|
36 |
+VignetteBuilder: knitr |
|
37 |
+LazyData: true |
|
38 |
+URL: https://github.com/claudiacava/StarBioTrek |
|
39 |
+BugReports: https://github.com/claudiacava/StarBioTrek/issues |
|
40 |
+RoxygenNote: 6.0.1 |
|
41 |
+ |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,40 +0,0 @@ |
1 |
-Package: StarBioTrek |
|
2 |
-Type: Package |
|
3 |
-Title: StarBioTrek |
|
4 |
-Version: 1.3.1 |
|
5 |
-Date: 06-05-2017 |
|
6 |
-Author: Claudia Cava, |
|
7 |
- Isabella Castiglioni |
|
8 |
-Maintainer: Claudia Cava <claudia.cava@ibfm.cnr.it> |
|
9 |
-Depends: |
|
10 |
- R (>= 3.3) |
|
11 |
-Imports: |
|
12 |
- SpidermiR, |
|
13 |
- KEGGREST, |
|
14 |
- org.Hs.eg.db, |
|
15 |
- AnnotationDbi, |
|
16 |
- e1071, |
|
17 |
- ROCR, |
|
18 |
- grDevices, |
|
19 |
- igraph |
|
20 |
-Description: This tool StarBioTrek presents some methodologies to measure pathway activity and cross-talk among pathways integrating also the information of network data. |
|
21 |
-License: GPL (>= 3) |
|
22 |
-biocViews: GeneRegulation, |
|
23 |
- Network, |
|
24 |
- Pathways, |
|
25 |
- KEGG |
|
26 |
-Suggests: |
|
27 |
- BiocStyle, |
|
28 |
- knitr, |
|
29 |
- rmarkdown, |
|
30 |
- testthat, |
|
31 |
- devtools, |
|
32 |
- roxygen2, |
|
33 |
- qgraph, |
|
34 |
- png, |
|
35 |
- grid |
|
36 |
-VignetteBuilder: knitr |
|
37 |
-LazyData: true |
|
38 |
-URL: https://github.com/claudiacava/StarBioTrek |
|
39 |
-BugReports: https://github.com/claudiacava/StarBioTrek/issues |
|
40 |
-RoxygenNote: 6.0.1 |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/StarBioTrek@130107 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,13 +1,8 @@ |
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 |
-======= |
|
8 |
-Version: 1.3.0 |
|
9 |
-Date: 02-08-2017 |
|
10 |
->>>>>>> .r129550 |
|
4 |
+Version: 1.3.1 |
|
5 |
+Date: 06-05-2017 |
|
11 | 6 |
Author: Claudia Cava, |
12 | 7 |
Isabella Castiglioni |
13 | 8 |
Maintainer: Claudia Cava <claudia.cava@ibfm.cnr.it> |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/StarBioTrek@129551 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -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 |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/StarBioTrek@129129 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/StarBioTrek@129126 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/StarBioTrek@126628 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
Package: StarBioTrek |
2 | 2 |
Type: Package |
3 | 3 |
Title: StarBioTrek |
4 |
-Version: 1.1.2 |
|
5 |
-Date: 01-17-2017 |
|
4 |
+Version: 1.1.3 |
|
5 |
+Date: 02-08-2017 |
|
6 | 6 |
Author: Claudia Cava, |
7 | 7 |
Isabella Castiglioni |
8 | 8 |
Maintainer: Claudia Cava <claudia.cava@ibfm.cnr.it> |
... | ... |
@@ -15,7 +15,8 @@ Imports: |
15 | 15 |
AnnotationDbi, |
16 | 16 |
e1071, |
17 | 17 |
ROCR, |
18 |
- grDevices |
|
18 |
+ grDevices, |
|
19 |
+ igraph |
|
19 | 20 |
Description: This tool StarBioTrek presents some methodologies to measure pathway activity and cross-talk among pathways integrating also the information of network data. |
20 | 21 |
License: GPL (>= 3) |
21 | 22 |
biocViews: GeneRegulation, |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/StarBioTrek@125967 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/StarBioTrek@125020 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/StarBioTrek@122712 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/StarBioTrek@122710 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/StarBioTrek@122485 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,39 @@ |
1 |
+Package: StarBioTrek |
|
2 |
+Type: Package |
|
3 |
+Title: StarBioTrek |
|
4 |
+Version: 0.99.28 |
|
5 |
+Date: 10-16-2016 |
|
6 |
+Author: Claudia Cava, |
|
7 |
+ Isabella Castiglioni |
|
8 |
+Maintainer: Claudia Cava <claudia.cava@ibfm.cnr.it> |
|
9 |
+Depends: |
|
10 |
+ R (>= 3.3) |
|
11 |
+Imports: |
|
12 |
+ SpidermiR, |
|
13 |
+ KEGGREST, |
|
14 |
+ org.Hs.eg.db, |
|
15 |
+ AnnotationDbi, |
|
16 |
+ e1071, |
|
17 |
+ ROCR, |
|
18 |
+ grDevices |
|
19 |
+Description: This tool StarBioTrek presents some methodologies to measure pathway activity and cross-talk among pathways integrating also the information of network data. |
|
20 |
+License: GPL (>= 3) |
|
21 |
+biocViews: GeneRegulation, |
|
22 |
+ Network, |
|
23 |
+ Pathways, |
|
24 |
+ KEGG |
|
25 |
+Suggests: |
|
26 |
+ BiocStyle, |
|
27 |
+ knitr, |
|
28 |
+ rmarkdown, |
|
29 |
+ testthat, |
|
30 |
+ devtools, |
|
31 |
+ roxygen2, |
|
32 |
+ qgraph, |
|
33 |
+ png, |
|
34 |
+ grid |
|
35 |
+VignetteBuilder: knitr |
|
36 |
+LazyData: true |
|
37 |
+URL: https://github.com/claudiacava/StarBioTrek |
|
38 |
+BugReports: https://github.com/claudiacava/StarBioTrek/issues |
|
39 |
+RoxygenNote: 5.0.1 |
|
0 | 40 |
\ No newline at end of file |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/StarBioTrek@122484 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,22 +0,0 @@ |
1 |
-Package: StarBioTrek |
|
2 |
-Type: Package |
|
3 |
-Title: StarBioTrek |
|
4 |
-Version: 0.99.27 |
|
5 |
-Date: 10-13-2016 |
|
6 |
-Author: Claudia Cava, Isabella Castiglioni |
|
7 |
-Maintainer: Claudia Cava <claudia.cava@ibfm.cnr.it> |
|
8 |
-Depends: R (>= 3.3) |
|
9 |
-Imports: SpidermiR, KEGGREST, org.Hs.eg.db, AnnotationDbi, e1071, ROCR, |
|
10 |
- grDevices |
|
11 |
-Description: This tool StarTrek presents some methodologies to measure |
|
12 |
- pathway activity and cross-talk among pathways integrating also |
|
13 |
- the information of network data. |
|
14 |
-License: GPL (>= 3) |
|
15 |
-biocViews: GeneRegulation, Network, Pathways, KEGG |
|
16 |
-Suggests: BiocStyle, knitr, rmarkdown, testthat, devtools, roxygen2, |
|
17 |
- qgraph, png, grid |
|
18 |
-VignetteBuilder: knitr |
|
19 |
-LazyData: true |
|
20 |
-URL: https://github.com/claudiacava/StarTrek |
|
21 |
-BugReports: https://github.com/claudiacava/StarTrek/issues |
|
22 |
-RoxygenNote: 5.0.1 |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/StarBioTrek@122422 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,22 @@ |
1 |
+Package: StarBioTrek |
|
2 |
+Type: Package |
|
3 |
+Title: StarBioTrek |
|
4 |
+Version: 0.99.27 |
|
5 |
+Date: 10-13-2016 |
|
6 |
+Author: Claudia Cava, Isabella Castiglioni |
|
7 |
+Maintainer: Claudia Cava <claudia.cava@ibfm.cnr.it> |
|
8 |
+Depends: R (>= 3.3) |
|
9 |
+Imports: SpidermiR, KEGGREST, org.Hs.eg.db, AnnotationDbi, e1071, ROCR, |
|
10 |
+ grDevices |
|
11 |
+Description: This tool StarTrek presents some methodologies to measure |
|
12 |
+ pathway activity and cross-talk among pathways integrating also |
|
13 |
+ the information of network data. |
|
14 |
+License: GPL (>= 3) |
|
15 |
+biocViews: GeneRegulation, Network, Pathways, KEGG |
|
16 |
+Suggests: BiocStyle, knitr, rmarkdown, testthat, devtools, roxygen2, |
|
17 |
+ qgraph, png, grid |
|
18 |
+VignetteBuilder: knitr |
|
19 |
+LazyData: true |
|
20 |
+URL: https://github.com/claudiacava/StarTrek |
|
21 |
+BugReports: https://github.com/claudiacava/StarTrek/issues |
|
22 |
+RoxygenNote: 5.0.1 |