Skip to content
Snippets Groups Projects
Commit 0cdd514d authored by hpolvech's avatar hpolvech
Browse files

add link GSE data

parent 29567c21
No related branches found
No related tags found
1 merge request!6Switch to main as default branch
...@@ -418,7 +418,7 @@ mutate( ...@@ -418,7 +418,7 @@ mutate(
# To go further: Data transformation and color sets. # To go further: Data transformation and color sets.
There are a number of color palettes available in R, thanks to different packages such as `RColorBrewer`, `Viridis` or `Ghibli`. There are a number of color palettes available in R, thanks to different packages such as `RColorBrewer`, `Viridis` or `Ghibli`.
We will use them here to decorate our graphs, either on data already studied in the training, `mpg`, or on more specialized data such as lists of differentially expressed genes ( GSE86356 ) We will use them here to decorate our graphs, either on data already studied in the training, `mpg`, or on more specialized data such as lists of differentially expressed genes ( [GSE86356](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE86356) )
```{r install_colorPal, eval=F} ```{r install_colorPal, eval=F}
install.packages(c("ghibli", "RColorBrewer", "viridis")) install.packages(c("ghibli", "RColorBrewer", "viridis"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment