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
Lidonnici_NatureComm2025
Commits
2c62bf6c
Commit
2c62bf6c
authored
Feb 21, 2025
by
Matteo Barcella
Browse files
Fig1E
parent
1f1c298c
Changes
4
Hide whitespace changes
Inline
Side-by-side
bulkRNAseq/Fig1E.R
0 → 100644
View file @
2c62bf6c
# script for recreating heatmap plot in figure 1E
#
library
(
DESeq2
)
library
(
RColorBrewer
)
s_info
<-
readRDS
(
"Fig1E_sampleinfo.rds"
)
DGE_input
<-
readRDS
(
"Fig1E_DGE_HSCMPP_THAL-HSCMPP_ND_001.rds"
)
rlog_corr_mtx
<-
readRDS
(
file
=
"Fig1E_rlog_corr_mtx.rds"
)
DGEgenes
<-
rownames
(
subset
(
DGE_input
,
FDR
<
0.001
))
hm.mat_DGEgenes_corr
<-
rlog_corr_mtx
[
DGEgenes
,
]
pheatmap
::
pheatmap
(
hm.mat_DGEgenes_corr
,
color
=
colorRampPalette
(
rev
(
brewer.pal
(
n
=
9
,
name
=
"RdYlBu"
)))(
100
),
scale
=
"row"
,
fontsize_row
=
4
,
angle_col
=
90
,
cluster_rows
=
TRUE
,
cluster_cols
=
TRUE
,
filename
=
"Fig1E.png"
)
bulkRNAseq/Fig1E_DGE_HSCMPP_THAL-HSCMPP_ND_001.rds
0 → 100644
View file @
2c62bf6c
File added
bulkRNAseq/Fig1E_rlog_corr_mtx.rds
0 → 100644
View file @
2c62bf6c
File added
bulkRNAseq/Fig1E_sampleinfo.rds
0 → 100644
View file @
2c62bf6c
File added
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