Browse code

append the cheatsheet to the beginning

OganM authored on 26/10/2022 22:13:33
Showing 4 changed files

... ...
@@ -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",
... ...
@@ -1,4 +1,4 @@
1
-# gemma.R 0.99.42
1
+# gemma.R 0.99.44
2 2
 * Fixes and changes for Bioconductor 3.16 release
3 3
 
4 4
 # gemma.R 0.99.0
5 5
new file mode 100644
6 6
Binary files /dev/null and b/vignettes/cheat_sheet.png differ
... ...
@@ -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
+![](cheat_sheet.png){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}