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
98a4deff
Commit
98a4deff
authored
Sep 11, 2020
by
Dimitrios Kyriakis
Browse files
snakemakenetwork
parent
e0a807d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Scripts/Snakemake/4.Network_Validation.R
Scripts/Snakemake/4.Network_Validation.R
+2
-1
No files found.
Scripts/Snakemake/4.Network_Validation.R
View file @
98a4deff
...
@@ -182,6 +182,7 @@ p3 <- ggplot(dt, aes(x=.id, y=Degree,group=.id,fill=Condition)) +
...
@@ -182,6 +182,7 @@ p3 <- ggplot(dt, aes(x=.id, y=Degree,group=.id,fill=Condition)) +
# stat_compare_means(ref.group = 51, label = "p.signif",
# stat_compare_means(ref.group = 51, label = "p.signif",
# label.y = c(22, 29))
# label.y = c(22, 29))
my_comparisons
<-
list
(
c
(
"DEG"
,
"RANDOM"
))
p4
<-
ggboxplot
(
dt
,
x
=
"Condition"
,
y
=
"Degree"
,
p4
<-
ggboxplot
(
dt
,
x
=
"Condition"
,
y
=
"Degree"
,
fill
=
"Condition"
)
+
fill
=
"Condition"
)
+
...
@@ -189,7 +190,7 @@ p4 <- ggboxplot(dt, x = "Condition", y = "Degree",
...
@@ -189,7 +190,7 @@ p4 <- ggboxplot(dt, x = "Condition", y = "Degree",
stat_compare_means
(
label.y
=
50
)
+
theme_cowplot
()
+
ylab
(
"Degree"
)
stat_compare_means
(
label.y
=
50
)
+
theme_cowplot
()
+
ylab
(
"Degree"
)
my_comparisons
<-
list
(
c
(
"DEG"
,
"RANDOM"
))
dt2
<-
dt
[
order
(
Condition
),]
dt2
<-
dt
[
order
(
Condition
),]
p4
<-
ggboxplot
(
dt2
,
x
=
"Condition"
,
y
=
"Degree"
,
p4
<-
ggboxplot
(
dt2
,
x
=
"Condition"
,
y
=
"Degree"
,
fill
=
"Condition"
)
+
fill
=
"Condition"
)
+
...
...
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