Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ICS-lcsb
IPSCs_PINK1
Commits
a1ff2df5
Commit
a1ff2df5
authored
May 27, 2020
by
Dimitrios Kyriakis
Browse files
No commit message
No commit message
parent
507b9f30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
a1ff2df5
...
@@ -36,7 +36,7 @@ EBs are cells at an early stage of spontaneous differentiation. Scorecard analys
...
@@ -36,7 +36,7 @@ EBs are cells at an early stage of spontaneous differentiation. Scorecard analys
## Libraries
## Libraries
<details><summary>
Code
</summary>
<details><summary>
Code
</summary>
<p>
<p>
```
{r libraries, include=FALSE}
```
r
library
(
reticulate
)
library
(
reticulate
)
use_python
(
"C:/Users/dimitrios.kyriakis/AppData/Local/Continuum/anaconda3/envs/iscwrapper/python.exe"
,
required
=
TRUE
)
use_python
(
"C:/Users/dimitrios.kyriakis/AppData/Local/Continuum/anaconda3/envs/iscwrapper/python.exe"
,
required
=
TRUE
)
options
(
future.globals.maxSize
=
2122317824
)
options
(
future.globals.maxSize
=
2122317824
)
...
@@ -63,7 +63,7 @@ set.seed(123)
...
@@ -63,7 +63,7 @@ set.seed(123)
## Setting Up
## Setting Up
<details><summary>
Code
</summary>
<details><summary>
Code
</summary>
<p>
<p>
```
{r setup}
```
r
# ================================ SETTING UP ======================================== #
# ================================ SETTING UP ======================================== #
tool
=
"seurat"
tool
=
"seurat"
project
=
"Michi_Data"
project
=
"Michi_Data"
...
@@ -105,7 +105,7 @@ Additional to this filtering, we defined cells as low-quality, based on three cr
...
@@ -105,7 +105,7 @@ Additional to this filtering, we defined cells as low-quality, based on three cr
<details><summary>
Code
</summary>
<details><summary>
Code
</summary>
<p>
<p>
```
{
r
readfiles}
```
r
# ======== Perform an integrated analysis ====
# ======== Perform an integrated analysis ====
NewDir
<-
paste0
(
Sys.Date
(),
"_"
,
tool
,
"_elbow_"
,
elbow
,
"_Mito-"
,
remove_mt
,
"_Ribo-"
,
remove_ribsomal
,
"_SCT-"
,
SCT
,
"_criteria_pass-"
,
criteria_pass
)
NewDir
<-
paste0
(
Sys.Date
(),
"_"
,
tool
,
"_elbow_"
,
elbow
,
"_Mito-"
,
remove_mt
,
"_Ribo-"
,
remove_ribsomal
,
"_SCT-"
,
SCT
,
"_criteria_pass-"
,
criteria_pass
)
dir.create
(
NewDir
)
dir.create
(
NewDir
)
...
...
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