Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Safia Saci
rosePigs
Commits
557532da
Commit
557532da
authored
Jun 07, 2021
by
Safia Saci
Browse files
Update PCIT_RIF_gprofiler_analyse.R
parent
105240da
Changes
1
Hide whitespace changes
Inline
Side-by-side
PCIT_RIF_gprofiler_analyse.R
View file @
557532da
...
...
@@ -306,7 +306,7 @@ ggsave(filename = "plots/rif_TF.png", bplot)
# best TFs with RIF value
best_rif
<-
read.csv2
(
"data/best_rif.csv"
)
best_rif
<-
read.csv2
(
"data/best_
tfs_
rif.csv"
)
best_rif
$
val
<-
as.numeric
(
best_rif
$
val
)
levels
<-
group_by
(
best_rif
,
name
)
%>%
...
...
@@ -361,7 +361,7 @@ de_cond_tf <- de_cond_tf[order(de_cond_tf$negative_log10_of_adjusted_p_value, de
# # save the liste of the best Tfs
# write.csv(x, "data/tsf.csv")
x
<-
read.csv
(
"data/
tsf
.csv"
)
x
<-
read.csv
(
"data/
best_tfs_gprofiler
.csv"
)
all_tf
<-
rbind
(
up_cond_tf
,
up_line_tf
,
down_cond_tf
,
de_cond_tf
,
de_line_tf
)
...
...
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