... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
Package: gemma.R |
2 | 2 |
Title: A wrapper for Gemma's Restful API to access curated gene expression data and differential expression analyses |
3 |
-Version: 0.99.43 |
|
3 |
+Version: 0.99.44 |
|
4 | 4 |
Authors@R: |
5 | 5 |
c(person(given = "Javier", family = "Castillo-Arnemann", |
6 | 6 |
role = c("aut"), email = "javiercastilloar@gmail.com", |
... | ... |
@@ -58,6 +58,10 @@ For detailed information on the curation process, read this |
58 | 58 |
[page](https://pavlidislab.github.io/Gemma/curation.html) or the latest |
59 | 59 |
[publication](https://academic.oup.com/database/article/doi/10.1093/database/baab006/6143045). |
60 | 60 |
|
61 |
+# Package cheat sheet |
|
62 |
+ |
|
63 |
+{width=100%} |
|
64 |
+ |
|
61 | 65 |
# Installation instructions |
62 | 66 |
|
63 | 67 |
## Bioconductor |
... | ... |
@@ -492,6 +496,7 @@ options(gemma.memoised = FALSE) |
492 | 496 |
|
493 | 497 |
``` |
494 | 498 |
|
499 |
+ |
|
495 | 500 |
# Session info |
496 | 501 |
|
497 | 502 |
```{r} |