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
custom
Rossari_SciTraMed_2025
Commits
64dec16f
Commit
64dec16f
authored
Feb 26, 2025
by
Stefano Beretta
Browse files
Update ProjectTILS_CART.R
parent
4a89e03e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ProjectTILs/ProjectTILS_CART.R
View file @
64dec16f
...
...
@@ -31,11 +31,12 @@ for (i in seq_along(query.projected)) {
ylim
(
-10
,
10
)
}
# Fig6 A - Upper
png
(
file
=
paste
(
wdir
,
"Full_WPRE_CART_TILs.png"
,
sep
=
"/"
),
width
=
1400
,
height
=
400
)
wrap_plots
(
plots
,
ncol
=
4
)
dev.off
()
#
###
Barplot
#
Fig6 A - Upper
Barplot
tb.full
<-
data.frame
()
palette
<-
ref
@
misc
$
atlas.palette
for
(
i
in
seq_along
(
query.projected
))
{
...
...
@@ -101,11 +102,12 @@ for (i in seq_along(query.projected)) {
ylim
(
-10
,
10
)
}
# Fig6 A - Bottom
png
(
file
=
paste
(
wdir
,
"Full_WPRE_CART_Neg_TILs.png"
,
sep
=
"/"
),
width
=
1400
,
height
=
400
)
wrap_plots
(
plots
,
ncol
=
4
)
dev.off
()
#
###
Barplot
#
Fig6 A - Bottom
Barplot
tb.full
<-
data.frame
()
palette
<-
ref
@
misc
$
atlas.palette
for
(
i
in
seq_along
(
query.projected
))
{
...
...
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