Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dimitrios Kyriakis
iPSCs_PINK1
Commits
b99d2f7c
Commit
b99d2f7c
authored
May 27, 2020
by
Dimitrios Kyriakis
Browse files
collapsable
parent
b66d0e94
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
b99d2f7c
...
...
@@ -9,26 +9,31 @@ Parkinson’s disease (PD) is the second most prevalent neurodegenerative disord
# Libraries
```
{r libraries, include=FALSE}
library(reticulate)
use_python("C:/Users/dimitrios.kyriakis/AppData/Local/Continuum/anaconda3/envs/iscwrapper/python.exe", required = TRUE)
options(future.globals.maxSize= 2122317824)
library(sctransform)
library(Seurat)
ibrary( RColorBrewer)
library(tictoc)
library(crayon)
library(stringr)
library(Routliers)
library(jcolors)
library(cluster)
library(garnett)
library(NMF)
library(ggplot2)
library(ggpubr)
library(cowplot)
set.seed(123)
```
<details>
<summary>
Code
</summary>
```{r libraries, include=FALSE}
library(reticulate)
use_python("C:/Users/dimitrios.kyriakis/AppData/Local/Continuum/anaconda3/envs/iscwrapper/python.exe", required = TRUE)
options(future.globals.maxSize= 2122317824)
library(sctransform)
library(Seurat)
ibrary( RColorBrewer)
library(tictoc)
library(crayon)
library(stringr)
library(Routliers)
library(jcolors)
library(cluster)
library(garnett)
library(NMF)
library(ggplot2)
library(ggpubr)
library(cowplot)
set.seed(123)
```
</details>
# Setting Up
```
{r setup, include=FALSE}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment