Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simon CHEVOLLEAU
Embryo functions
Commits
9549e1d9
Commit
9549e1d9
authored
Mar 31, 2022
by
Simon CHEVOLLEAU
💻
Browse files
Update
parent
f7fe107c
Changes
1
Hide whitespace changes
Inline
Side-by-side
functions.R
View file @
9549e1d9
...
...
@@ -395,7 +395,7 @@ plotCompressedUmapExpr <- function(dir_path, pdf_path, names_list, correctedAll,
plot_list
<-
list
()
for
(
marker
in
names_list
){
if
(
marker
%in%
rownames
(
correctedAll
)){
plot_list
[[
marker
]]
<-
umapExpr
(
umapAll
=
umapAll
,
gene
=
marker
,
correctedAll
=
correctedAll
,
annot
=
annot
,
dataset
=
dataset
,
sampleAnnot
=
merged_cell_annotation
,
main
=
paste0
(
marker
,
" : "
),
pointSize
=
pointSize
,
colorScale
)
plot_list
[[
marker
]]
<-
umapExpr
(
umapAll
=
umapAll
,
gene
=
marker
,
correctedAll
=
correctedAll
,
annot
=
annot
,
dataset
=
dataset
,
sampleAnnot
=
merged_cell_annotation
,
main
=
paste0
(
marker
,
" : "
),
pointSize
=
pointSize
,
colorScale
=
colorScale
)
plot_list_compressed
[[
marker
]]
<-
plot_list
[[
marker
]]
+
theme_void
()
+
theme
(
plot.title
=
element_text
(
size
=
10
))
}
}
...
...
Write
Preview
Supports
Markdown
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