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
BDS
GeneDER
GeneDER_core
Commits
8f57bd4b
Commit
8f57bd4b
authored
Nov 12, 2021
by
Leon-Charles Tranchevent
Browse files
Changed some comments that were understood by cylon-x as statements about licenses.
parent
6ede0b4c
Changes
3
Hide whitespace changes
Inline
Side-by-side
05-Get_DEGs/get_DEGs.R
View file @
8f57bd4b
...
...
@@ -85,7 +85,7 @@ for (i in seq_len(length(config$datasets))) {
# Annotate the eset with gene information for better outputs.
# First, we collect raw the gene annotations and we have two options
# either from the Bioconductor package or from the processed G
PL
file.
# either from the Bioconductor package or from the processed G
EO plateform annotation
file.
platform_config
<-
get_platform
(
config
,
dataset
$
array_type
)
# We enrich the probe identifiers with the corresponding gene names using
...
...
07-Enrichment/gender_specific_pathways.R
View file @
8f57bd4b
...
...
@@ -138,7 +138,7 @@ for (i in seq_len(length(config$integrations))) {
rm
(
M_filename
,
F_filename
,
M_data
,
F_data
)
#
# GO-C
C
by CP
# GO-C
ellularComponent
by CP
#
M_filename
<-
paste0
(
output_data_dir
,
"CP_"
,
male_prefix
,
"max-avg_gs_pivalue_gsea_GOCC.tsv"
)
F_filename
<-
paste0
(
output_data_dir
,
"CP_"
,
female_prefix
,
"max-avg_gs_pivalue_gsea_GOCC.tsv"
)
...
...
07-Enrichment/pathways_with_gender_specific_genes.R
View file @
8f57bd4b
...
...
@@ -146,7 +146,7 @@ for (i in seq_len(length(config$integrations))) {
rm
(
M_filename
,
F_filename
,
M_data
,
F_data
)
#
# GO-C
C
by CP
# GO-C
ellularComponent
by CP
#
M_filename
<-
paste0
(
output_data_dir
,
"CP_"
,
male_prefix
,
"max-avg_all_pivalue_gsea_GOCC.tsv"
)
F_filename
<-
paste0
(
output_data_dir
,
"CP_"
,
female_prefix
,
"max-avg_all_pivalue_gsea_GOCC.tsv"
)
...
...
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