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
Araformatics group
Araformatics project
Commits
12a5fd73
Commit
12a5fd73
authored
Dec 08, 2021
by
Patino Medina, Laura
Browse files
Replace GOenrichment_proj.R
parent
0721044d
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/GOenrichment_proj.R
View file @
12a5fd73
...
@@ -95,8 +95,8 @@ for(leaf in sample_names[2:length(sample_names)]){
...
@@ -95,8 +95,8 @@ for(leaf in sample_names[2:length(sample_names)]){
#GOgraph -> with raw pval
#GOgraph -> with raw pval
par
(
cex
=
0.3
)
par
(
cex
=
0.3
)
showSigOfNodes
(
GOdata_sample
,
score
(
fisher_sample
),
firstSigNodes
=
5
,
useInfo
=
'all'
)
showSigOfNodes
(
GOdata_sample
,
score
(
fisher_sample
),
firstSigNodes
=
5
,
useInfo
=
'all'
)
printGraph
(
GOdata_sample
,
fisher_sample
,
firstSigNodes
=
5
,
fn.prefix
=
current_leaf
,
useInfo
=
"
def
"
,
pdfSW
=
TRUE
)
#termsP.value named vector of p-values.
printGraph
(
GOdata_sample
,
fisher_sample
,
firstSigNodes
=
5
,
fn.prefix
=
current_leaf
,
useInfo
=
"
all
"
,
pdfSW
=
TRUE
)
#termsP.value named vector of p-values.
#dev.off()
#write table with information per leaf
#write table with information per leaf
table
=
paste
(
current_leaf
,
"txt"
,
sep
=
"."
)
table
=
paste
(
current_leaf
,
"txt"
,
sep
=
"."
)
...
...
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